数据采集中级
政府数据提取器
从政府门户与监管数据库提取公开数据以供分析。可处理分页表格,导出整洁、可溯源引用的数据记录。
MCP 配置
{
"tools": [
{
"name": "fetch_url",
"params": {
"url": "https://data.gov/dataset/example"
}
},
{
"name": "process_document",
"params": {
"output_format": "markdown"
}
},
{
"name": "extract_content",
"params": {
"format": "text"
}
}
]
}工作原理
1
fetch_url
1 credit2
process_document
2 credits3
extract_content
2 credits预计总计:每次运行约 5 credits
标签
governmentpublic-dataregulatoryextraction
相关模板
数据采集中级
招聘信息抓取器
按指定条件抓取招聘网站的职位信息,输出结构化数据。可按职位、地点和薪资筛选,并导出为 CSV 或 JSON。
scrape_structured(2 cr)search_web(5 cr)
数据采集高级
房地产房源追踪器
抓取房产网站的新房源、价格变动与市场趋势。可按计划持续监控任意市场,并返回结构化的房源记录。
stealth_mode(5 cr)scrape_structured(2 cr)
数据采集入门
PDF 文档处理器
从 PDF 文档中提取并分析文本,输出结构化结果与内容分析。可处理扫描件、表格以及多栏排版的复杂版面。
process_document(2 cr)summarize_content(4 cr)