As part of our mission to make web scraping as effortless as possible, we are offering a basic version of our web scraping API completely free of charge.
No account needed—just follow the steps below to start scraping today.
Before proceeding, ensure you agree to our terms and privacy policy.
https://instantapi.ai/api/retrieve/
The Retrieve API accepts several parameters within the JSON payload. Below is a detailed description of each parameter, including whether it's required, its purpose, type, and example usage.
import requests import json url = "https://instantapi.ai/api/retrieve/" headers = { "Content-Type": "application/json" } data = { "webpage_url": "https://web.instantapi.ai/", "api_key": "FREE_CLASSIC_SCRAPER" } response = requests.post(url, headers=headers, json=data) print(response.json())
{ "verbose_full_html": "<html> ... </html>", "verbose_markdown": "--- ..." }
{ "error": true, "reason": "Missing required parameters. Please check and try again with required parameters." }
A blog about simplifying data extraction with intelligent automation and advanced technologies.
The form has been successfully submitted.