ZenRows

FREEMIUM
By AnderRV | Updated 23 days ago | Data
Popularity

2 / 10

Latency

463ms

Service Level

100%

Health Check

N/A

README


Docs

ZenRows API makes scraping a breeze. A single endpoint handles all the magic - https://api.zenrows.com/v1/.

Here is a complete list of parameters you can use to customize your requests.

API Key [required]

To access API functionality, you need to have a valid API Key. This unique key will keep all your requests authorized.
Start using the API by creating your API Key now.

https://api.zenrows.com/v1/?apikey=YOUR_KEY&url=https://www.zenrows.com

URL [required]

The URL is the page you want to scrape. It needs to be encoded.

https://api.zenrows.com/v1/?apikey=YOUR_KEY&url=https://www.zenrows.com

Javascript Rendering

Some websites rely heavily on Javascript to load content. Enable this feature if you need to extract data that are loaded dynamically.

You can enable Javascript by adding &js_render=true to the request. This request costs 5 credits.

https://api.zenrows.com/v1/?apikey=YOUR_KEY&url=https://www.zenrows.com&js_render=true

Premium Proxies

Some websites are harder to scrape and block datacenter IPs. Premium Proxies come in handy to solve this problem. As the name suggests, these proxies come straight from ISP providers.

You can easily use Premium Proxies adding &premium_proxy=true to the request. This request costs 10 credits.

https://api.zenrows.com/v1/?apikey=YOUR_KEY&url=https://www.zenrows.com&premium_proxy=true

Geolocation

Some content is specific to a region. In these cases, you may want to make your request from a given country.

You only need to add &premium_proxy=true&proxy_country=us to the request. Geolocation requires Premium Proxies enabled (it costs 10-25 credits).

https://api.zenrows.com/v1/?apikey=YOUR_KEY&url=https://www.zenrows.com&premium_proxy=true&proxy_country=us

CSS Selectors

You can use CSS Selectors for data extraction. You only need to add &css_extractor={“links”:“a @href”} to the request to use this feature.
Examples: {“divs”:“div”} or {“links”:“a @href”}

https://api.zenrows.com/v1/?apikey=YOUR_KEY&url=https://www.zenrows.com&css_extractor=%7B%22images%22%3A%22img%20attr%3Asrc%22%2C%22links%22%3A%22a%20attr%3Ahref%22%7D

Auto Parsing

ZenRows API will return the HTML of the URL by default. Enabling Autoparse uses our extraction algorithms to parse data in JSON format automatically.

Add &autoparse=true to the request for this feature.

https://api.zenrows.com/v1/?apikey=YOUR_KEY&url=https://www.amazon.com/dp/B01LD5GO7I/&autoparse=true
Followers: 4
Resources:
Product Website
API Creator:
Rapid account: Ander RV
AnderRV
AnderRV
Log In to Rate API
Rating: 5 - Votes: 1