Enter any URL and describe what you want. Get back structured JSON — powered by a real browser and AI extraction.
POST api.papalily.com/scrape
x-api-key: •••••
// Your extracted data appears here...
⚡ ms response
How It Works
Three steps to clean data
No selectors. No XPath. No maintenance when sites change.
1
Send your request
POST a URL and a plain-English description of what you want. That's the entire API surface — no complex configuration needed.
2
Browser renders the page
A real Chromium instance loads the URL, executes all JavaScript, waits for React/Vue to hydrate, and captures the final rendered state — exactly what a human would see.
3
AI extracts & returns JSON
Gemini AI reads the page content and screenshot, extracts precisely what you asked for, and returns clean structured JSON — ready to use directly in your application.
Features
Built for modern web
Everything you need to extract data reliably from any website — including the hard ones.
🌐
Full JS Rendering
Real Chromium executes JavaScript, React, Vue, Angular — gets the exact page users see, not the raw HTML skeleton.
🤖
AI Extraction
Describe what you want in plain English. No CSS selectors, no XPath. The AI figures it out — and keeps working when the page changes.
📦
Structured JSON
Always returns typed, structured JSON — not raw text. Arrays, objects, nested data. Ready to use in your app immediately.
📸
Visual + Text Mode
Combines page screenshot with text content for maximum accuracy. Catches data hidden in visual layouts that text parsers miss.
⚡
Batch Scraping
Scrape up to 5 URLs in a single API call with POST /batch. All run in parallel — save time and reduce roundtrips.
🔑
Simple API
One endpoint. Two fields. API key auth via RapidAPI. No SDK, no client libraries, no configuration. Start extracting in minutes.
Integration
Up and running in minutes
No SDK needed. Works with any HTTP client in any language.