Follow this guide to make your first request using the Universal Crawl API.
Prerequisites
- A SolisProxy account.
- An active subscription or trial for the Universal Crawl API.
- Your API Key (available in the dashboard).
Basic Usage
The API endpoint is:
https://api.solisproxy.com/v1/scraper
Example Request
Here is a simple example using cURL to fetch a page:
curl "https://api.solisproxy.com/v1/scraper?api_key=YOUR_API_KEY&url=https://example.com"
Authentication
Include your `api_key` in the query parameters of every request.