Crawl public pages from start URLs and extract title, headings, links, and text.
| Field | Type | Required |
|---|---|---|
start_urls | string | required |
max_depth | string | required |
max_pages | string | required |
curl -X POST "https://api.buildwithapi.io/v1/actors/beautifulsoup-scraper/run-sync-get-dataset-items" \
-H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
-d '{"start_urls": "value", "max_depth": "value", "max_pages": "value"}'{
"actor": "beautifulsoup-scraper",
"status": "SUCCEEDED",
"stats": { "items": 1 },
"items": [ ... ],
"brand": "Vector by Phoenix"
}