Test the API by scraping any website and seeing the results in real-time.
Here's how to integrate the OmniCrawl API into your application using different programming languages:
fetch("https://omnicrawl.onrender.com/scrape", { method: "POST", headers: { "Content-Type": "application/json", "Authorization": "Bearer YOUR_API_KEY" }, body: JSON.stringify({ url: "https://example.com", response_format: "json" })})
Need more information about the API?
View the API Documentation