SE
搜索引擎结果采集器
antsdata/serp-scraper
AntsData 4.5 (98 评价) 54K 次调用
采集 Google/Bing 搜索结果、广告位与排名,监测品牌与关键词。
#SEO#监控
输入参数 · INPUT
配置你的采集任务
| 参数 | 类型 | 必填 |
|---|---|---|
startUrls 起始 URL | string[] | 必填 |
maxDepth 抓取深度 | number | 可选 |
maxItems 最大页数 | number | 可选 |
outputFormat 输出格式 | string | 可选 |
示例 · EXAMPLE
输入与输出
input.json
{
"startUrls": [
"https://example.com"
],
"maxDepth": 2,
"outputFormat": "markdown"
}output.json
{
"url": "https://example.com/post",
"title": "Example Post",
"text": "…",
"markdown": "# Example…",
"wordCount": 860,
"crawledAt": "2026-06-01T10:00:00Z"
}调用方式 · API
一个请求即可运行
POST · cURL
curl -X POST https://api.antsdata.com/v1/actors/antsdata/serp-scraper/runs \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls":["https://example.com"],"maxDepth":2,"outputFormat":"markdown"}'完整接入指南见 API 文档.
需要不一样的字段或站点?
任何公开数据,我们都能定制采集并封装成稳定 API。
