← Back to catalog
spider.scrape
mock data$0.003 / callScrape Web Page
Scrape any web page and get clean content — markdown (default), plain text, or raw HTML. Handles JavaScript rendering, anti-bot bypass, proxy rotation. Returns LLM-ready output. Cheapest web scraper with PAYG pricing (Spider.cloud)
Input schema
urlrequired
stringURL to scrape (e.g. "https://example.com/page")
format
stringOutput format: markdown (default, best for LLMs), text (plain), raw (HTML), commonmark
wait_for
integerWait N ms for JS to render before scraping (0-30000)
readability
booleanEnable readability mode — pre-processes page for LLM consumption
Call via REST
curl -X POST https://unifyapi.pro/api/call/spider.scrape \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"url":"<url>","format":"markdown","wait_for":0,"readability":"<readability>"}'