AI Web Data Extractor — URL + Prompt → JSON avatar

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

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

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

  1. The Actor fetches each URL and cleans the page to readable text.
  2. It sends that text plus your prompt to your chosen LLM (your key, your bill).
  3. 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.