OmniCrawl Playground

Test the API by scraping any website and seeing the results in real-time.

Elapsed time: 0.00s

API Integration Code

Here's how to integrate the OmniCrawl API into your application using different programming languages:

example.js
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