# The Scraper API in minutes

Scraper API will let you crawl a wide list of web pages, extract structured data from them, and return it to you as JSON. Our artificial intelligence fixes the web parsers for you, so your business never stops. We also handle proxies, chrome browsers, and automatically scrapes the web for you.

The Scraper API is based on the Crawling API but with a different endpoint.

Please make sure to read The Crawling API in minutes first and then continue here.

The Scraper API uses the following base endpoint instead: https://api.crawlbase.com/scraper

# Your first API call

All API urls start with the following base part: https://api.crawlbase.com/scraper

Therefore making your first call is as easy as running the following line in the terminal.
Go ahead and try it!

curl 'https://api.crawlbase.com/scraper?token=_USER_TOKEN_&url=https%3A%2F%2Fwww.amazon.com%2Fdp%2FB00JITDVD2'