URL to JSON API
Pass any URL. Get deterministic structured JSON back. Pay only per field filled.
What it does
Give it a URL and a list of fields. It returns a strict JSON object with schema.org, OpenGraph, and custom extracted values. Empty fields are never charged.
- Price: $0.005 per field filled
- Zero charge for empty or missing fields
- Works on any public URL
Built for
- n8n workflows that need structured page data in one step
- MCP tool pipelines requiring URL-to-JSON conversion
- AI agents needing clean structured input from live URLs
- BI pipelines replacing manual scraping
How it works
- Send a URL and your field list via the Apify API or UI
- The actor fetches the page and extracts matching structured data
- You receive a strict JSON object matching your schema
- You are billed only for fields that returned a value
Example output
{"title": "Product Name", "price": "$49.00", "description": "Short product description", "image": "https://example.com/img.jpg"}