AI Web Data Extractor — URL + Prompt → JSON
Pricing
from $2.00 / 1,000 pages
Go to Apify Store

AI Web Data Extractor — URL + Prompt → JSON
Extract structured data from any web page with a plain-English prompt, using your own OpenAI or Anthropic API key. Turn messy pages into clean JSON.
Pricing
from $2.00 / 1,000 pages
Rating
0.0
(0)
Developer
Hichem Ben Moussa
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
AI Web Data Extractor
Extract structured data from any web page with a plain-English prompt - using your own OpenAI or Anthropic API key.
How it works
- The Actor fetches each URL and cleans the page to readable text.
- It sends that text plus your prompt to your chosen LLM (your key, your bill).
- You get back clean JSON.
Input
- startUrls: pages to extract from
- extractionPrompt: what to extract, in plain English
- provider: Anthropic (Claude) or OpenAI (GPT)
- apiKey: your own key (kept secret). Without a key, the Actor returns cleaned page text.
- model: optional (defaults: claude-haiku-4-5 / gpt-4o-mini)
Use cases
Turn any page into JSON: product specs, job listings, contact details, article metadata, pricing tables - without writing selectors. Great for LLM/RAG pipelines and one-off structured scrapes.
Built by hichemdev.