UnifyAPI
← Back to catalog

spider.scrape

mock data$0.003 / call

Scrape 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)

Web Searchprovider: Spider#spider#search

Input schema

urlrequired

URL to scrape (e.g. "https://example.com/page")

string
format

Output format: markdown (default, best for LLMs), text (plain), raw (HTML), commonmark

string
wait_for

Wait N ms for JS to render before scraping (0-30000)

integer
readability

Enable readability mode — pre-processes page for LLM consumption

boolean

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

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.