Quick Start Guide

Setting up the Universal Scraper API


V2Proxy’s Universal Scraper API makes it quick, efficient, and easy to extract data from web pages. Whether you’re new or already experienced, V2Proxy can meet your needs and allow you to easily collect data from the web while overcoming common challenges brought by modern websites, including CAPTCHA and anti-bot mechanisms.

Getting Started


1.After logging in,click on the sidebar Universal Scraper API to enter the Request Configuration page.

2.Configure request parameters

V2Proxy’s API provides a simple way to scrape the web with only two key parameters:

  • API Token – a unique key used to authenticate requests.

Make sure to store your key securely and never share it publicly.

  • URL – the target URL you want to scrape.

You can do the following:

  1. Select the API Token you want to use (to create a new token, click to jump to the sub-account page)

  2. Paste the target URL into the input box.

  3. Select the rendering method html or png.

  4. Enable other parameters such as: js rendering, blocking loading, country/region

  5. Select the programming language. For general use, please select "cURL" to generate a complete API endpoint that works with any HTTP client.

  6. Copy the generated code and integrate it into your own script.

Send the First Request


Take data crawling from https://www.google.com/ as an example. Please don’t forget to replace “token” with your API Token.

Last updated

Was this helpful?