Skip to main content

Get started in three steps

Start extracting data from websites with Scrapengine’s powerful API.

Step 1: Get your API key

1

Sign up for Scrapengine

Visit the Scrapengine dashboard to create your account. You’ll receive a free tier with 100 requests per hour.
2

Copy your API key

Copy your API key from the dashboard and store it securely. You’ll use this in the Authorization header for all API requests.
Keep your API key private and never commit it to version control.

Step 2: Make your first request

Scrape any website and get the HTML content:
curl -X POST "https://api.scrapengine.io/api/v1/scrape" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "render": true}'

Step 3: Explore the APIs

Web Scraping

Scrape any website with anti-bot bypass and AI extraction

Google Search

Get parsed SERP data with organic results and ads

Amazon Search

Product search with prices, ratings, and reviews

Bing Search

Bing search results with web pages and news

Common use cases

Price Monitoring

Track product prices on Amazon and Lazada across regions.

SEO & SERP Tracking

Monitor keyword rankings and competitor visibility.

Lead Generation

Extract contact information using AI-powered extraction.

Market Research

Analyze search trends and product demand.
Need help? Check out our API reference or contact support.