UnifyAPI
← Back to catalog

spider.search

mock data$0.005 / call

Web Search + Scrape

Web search that returns page titles, descriptions, and URLs. Combine with spider.scrape to get full content. Results ranked by relevance (Spider.cloud)

Web Searchprovider: Spider#spider#search

Input schema

limit

Max results (1-20, default 5)

integer
queryrequired

Web search query (e.g. "best MCP servers 2026")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/spider.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":5,"query":"<query>"}'

Try it

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