What is Tallyscrape?
Tallyscrape is a web scraping API built for SaaS products. You send a URL, we return structured JSON (title, metadata, headings, links, images, text, and any fields you target with CSS selectors). Every request is timed and billed per use — no monthly subscription, you only pay for what you actually scrape.Structured JSON
Clean, predictable output. Extract exactly the fields you need with CSS selectors.
Pay-per-use
Prepaid credits, debited only on a real success. No subscription, no minimum commitment.
Static & JS engines
Fast HTTP fetch, or a full headless browser (
js) for pages that render client-side.Proxy tiers
Route through
datacenter or residential proxies — the server owns the credentials,
you just pick a tier.Base URL
All API requests go to:How it works
1
Get an API key
Create an account on the dashboard and copy your API key
(it starts with
spy_). See Authentication.2
Buy credits
Top up your prepaid balance. 1 € = 1000 credits. See Credits.
3
Scrape
Send a
POST /scrape request with your target URL. See the Quickstart.Responsible scraping
Tallyscrape respectsrobots.txt by default, detects anti-bot pages (returned as
blocked without billing you), and does not solve CAPTCHAs. These guarantees are part of
the product — see respect_robots and Errors.