SE

SERP Scraper

antsdata/serp-scraper

AntsData 4.5 (98 reviews) 54K runs

Scrape Google/Bing results, ad slots and rankings to monitor brands and keywords.

#SEO#Monitor
INPUT

Configure your task

ParameterTypeRequired
startUrls
Start URLs
string[]Required
maxDepth
Crawl depth
numberOptional
maxItems
Max pages
numberOptional
outputFormat
Output format
stringOptional
EXAMPLE

Input & output

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

Run with one request

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"}'

Full integration guide in the API docs.

Need different fields or sites?

Any public data — we can custom-scrape it and package it as a stable API.