the catalog
Every endpoint. One bearer token.
The full surface. Click any endpoint for request shape, response shape, pricing detail, and ready-to-paste code samples.
Search & Discovery
Web Search
5 creditsThree engines. One ranked list. No flaky scrapers to write.
Multi-engine web search aggregated and re-ranked into one feed.
POST /v1/search
Deep Search
5 + 5 / pageSERP and page bodies in one round-trip. Built for RAG.
Search plus auto-fetch the top N pages with extracted text. One round-trip for RAG.
POST /v1/search/deep
AI Answer
10 + 5/sourceRAG without the plumbing. Cited answers, real URLs, no hallucinated sources.
RAG-style. Search, fetch, summarise with numbered [1][2] citations.
POST /v1/search/answer
Utilities
Any URL
1 – 40 credits (+5 with AI extraction)Point us at a URL. We deal with the wall.
Point us at a page. We get past the wall and hand back the rendered HTML and clean text.
POST /v1/scrape/url
Batch URLs
Tiered · per URLOne call. Up to 10 URLs. Billed only for the ones that land.
Fetch up to 10 URLs in a single request — the same engine as Any URL, run concurrently.
POST /v1/scrape/batch
Translate
1 creditFlat per-call pricing. Send a tweet or a contract for the same credit.
28 languages. Flat per-call price. Drop-in REST that scales with calls, not characters.
POST /v1/translate
Screenshot
15 / 25 / 35 creditsPNG or JPEG of any URL. Fast where it can be, stealthy where it has to be.
Capture a screenshot of any public URL and get back base64-encoded PNG or JPEG. Viewport or full-page, with auto-fallback for hostile sites.
POST /v1/scrape/screenshot
Any URL to a print-ready PDF. Rendered through a real browser behind residential proxies.
Render any URL to a print-ready PDF — Letter, A4, Legal, and more. Base64 back, anti-bot handled.
POST /v1/scrape/pdf
Site-specific
Google Maps reviews
from 40Every accessible review. One stable schema. Newest first.
Author, rating, text, posted_at, photos, owner reply. Structured JSON, newest first.
POST /v1/scrape/google-maps/reviews
Gas prices
10 creditsLive US gas prices. Parsed JSON. One flat-rate call.
Station-by-station fuel prices for any US ZIP or City, ST. Parsed, not raw HTML.
POST /v1/scrape/gas-prices
Missing what you need? Vote on the next endpoint or pull anything else through the generic URL fetcher.