Getting Started
Quickstart
#1. Create Your Account
- Sign up at developers.qoest.com/register
- Verify your email
- Copy your API token from the dashboard
You get 100 free credits to start testing.
#2. Save the Token
Store your dashboard token securely and send it as a bearer token.
#3. Make a Request
Example using web scraping:
curl "https://scrapingapi.qoest.com/v1/web" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"url": "https://httpbin.org/html"}'
#4. Check Remaining Credits
Use your dashboard to review token usage and available credits.
#5. Go to the Matching Product Group
Use the sidebar docs for:
- Web Scraping
- Google Scraping
- YouTube Scraping
- Image OCR
- PDF OCR
- Twitter / X Scraping
- Reddit Scraping
- Upwork Scraping
Each section contains pricing, supported parameters, examples, and endpoint-specific notes.