Crawlers

BeautifulSoup Scraper

Crawl public pages from start URLs and extract title, headings, links, and text.

Input

FieldTypeRequired
start_urlsstringrequired
max_depthstringrequired
max_pagesstringrequired

Run it

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

Response

{
  "actor": "beautifulsoup-scraper",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs