An API
for anything.

Get structured JSON & Markdown from any URL, PDF, image, video, (and much more) exactly the way you want it, buffet style.

50 free requests when you sign up • No credit card required

Support for Anything

From web pages to documents, videos to spreadsheets - we handle it all with lightning speed

Any URL

Images

PDFs

Excel

PowerPoint

YouTube

Insanely Fast

Instant Scraping

As close to a traditional API as it gets.

<2s
Average Response Time
99.9%
Uptime Guarantee
1M+
Requests Per Day

Developer Friendly

Python & Node.js SDKs with easy schema specification, plus a simple REST API

Python SDK

with Pydantic

Node.js SDK

with Zod

REST API

Simple POST

Real Example

Extract structured data from a BBC news article with custom JSON schema

Request

cURL Command

curl
-X POST https://api.bitbuffet.dev/v1/extract \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://www.bbc.com/news/articles/clyrev00lwno", "json_schema":{'
"url": "https://www.bbc.com/news/articles/clyrev00lwno",
"json_schema": {
"type": "object",
"properties": {
"title": { "type": "string" },
"description": { "type": "string" },
"important_quotes": {
"type": "array",
"minItems": 3,
"items": { "type": "string" },
}
}
}
}

Response

Structured JSON

{
"success": true,
"data": {
"title": "Ex-actor Zack Polanski's unusual path to become Green Party's new leader",
"description": "Zack Polanski has been elected as the new leader of the Green Party, promising bold communication and eco-populism. He has an unconventional path to politics, previously working as an actor, hypnotherapist, and mental health counsellor.",
"important_quotes": [
"We are here to replace you",
"take the fight to Labour",
"We are all more than one mistake",
]
},
"url": "https://www.bbc.com/news/articles/clyrev00lwno",
"reasoning_effort": null,
"temperature": 0.2,
"top_p": 1.0,
"extraction_time": 0.98
}

Ready to Extract at Scale?

Join thousands of developers who trust our platform for their data extraction needs. Start extracting in seconds, not hours.

Lightning Fast

Instant response times

100% Reliable

99.9% uptime guarantee

Developer First

Beautiful SDKs & APIs

Trusted by 10k+ developers
Enterprise ready
50 free requests