To get started, you need your API credentials, your Username and Password along with the Host name. You can find these credentials in the Access Parameters tab of the proxy product.

Code Examples

Once you have your API credentials, use the following code to send your first request:

curl "https://www.google.com/search?q=pizza" \ 
    --proxy brd.superproxy.io:22225 \
    --proxy-user brd-customer-hl_6d74fc42-zone-residential_proxy4:812qoxo6po44

Move to the next section, Parsing Search Results, to see how to parse search results.