Thordata Docs
English
English
  • Overview
  • PROXIES
    • Integration Tutorial
      • Residential Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Playwright
        • Puppeteer
        • Selenium
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
        • MuLogin
        • Incogniton
      • ISP Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
      • Datacenter Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
      • Unlimited Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
    • Residential Proxies
      • Getting Started Guide
      • Endpoint Generator
        • User & Pass auth
        • Whitelisted IPs
          • Country Entry
            • Country/Region Entry Node
          • API Link
      • Users
      • Basic Query
      • Location Settings
        • Country / Region
        • City
        • State
      • Session Control
      • Protocols
      • Country/Region list
      • CDKEY Generation and Redemption
    • ISP Proxies
      • Getting Started Guide
    • Datacenter Proxies
      • Getting Started Guide
    • Unlimited Proxy Servers
      • Endpoint Generator
        • User & Pass auth
        • Whitelisted IPs
          • Country Entry
          • API Link
      • Users
      • Country/Region list
  • Scraping
    • SERP API
      • Quick Start Guide
      • API Playground
      • Send Your First Request
      • Parsed JSON Result
      • SERP API Google Query Parameters
      • SERP API Bing Query Parameters
    • WEB Scraper API
      • Getting Started Guide
      • API request builder
      • Parameter Description
  • Universal Scraping API
    • Quick Start Guide
    • Configuration
    • Parameter Description
  • FREE TOOLS
    • Chrome Extension
      • Tutorial
  • USEFUL LINKS
    • Dashboard Center
  • FAQ
    • Product Problem
      • How do I choose the right proxy package?
      • How to target specific countries/regions?
      • How to target a specific city?
      • What is Unlimited Proxies?
      • Why is it not effective to use our proxies in a fingerprint browser?
        • 1. The proxy does not work at all
        • 2. The results of other detection channels you are using are not the same as the country extracted
        • 3. Your targeted website's detection results are not the same as the country extracted
        • 4. The proxy works, but the IP location randomly jumps to other countries you don't want
    • Payment Problem
      • What payment methods are supported?
      • What should I do if I buy the wrong package?
      • Do you provide refunds for paid services?
      • After payment, how long does it take to receive my agency balance or activate my account?
  • SUPPORT
    • Contact Us
Powered by GitBook
On this page
  • 1.Direct API Access (A REST API method that allows direct requests to the server API, making it easy to use and integrate.)
  • 2.Proxy-Based Local Access (Best for workflows that rely on proxy-based routing.)

Was this helpful?

  1. Scraping
  2. SERP API

Send Your First Request

PreviousAPI PlaygroundNextParsed JSON Result

Last updated 2 months ago

Was this helpful?

Learn how to send your first request using the Thordata SERP API.

Thordata provides two methods for accessing the SERP API. Both methods return the same results but cater to different user needs:

1.Direct API Access (A REST API method that allows direct requests to the server API, making it easy to use and integrate.)

Best for:

  • Centralized Endpoint – Access the Web Unlocker API via a single RESTful endpoint.

  • Simplified Integration – No need to manage proxies or routing.

  • Single API Key Authentication – Secure and easy to use, no need to manage usernames and passwords.

Retrieve Your API Credentials: Go to "Configuration" → "Details" to find your API Key (APIKEY) and request examples.

Example Request (cURL):

curl https://scraperapi.thordata.com/request -H "Content-Type: application/json" -H "Authorization: Bearer APIKEY" -d "{\"url\": \"https://www.google.com/search?q=pizza\"}"

Parameter-Value:

Parameter
Description

https://scraperapi.thordata.com/request

API Endpoint

Authorization: Bearer APIKEY (APIKEY value found in "Details")

Authorization Header

Content-Type: application/json

Response Format - JSON

Content-Type: text/html

Response Format - HTML

"url": "https://www.google.com/search?q=pizza"

Target URL to Scrape

2.Proxy-Based Local Access (Best for workflows that rely on proxy-based routing.)

Retrieve Your Proxy Credentials: Go to "Configuration" → "Details" to find your USERNAME, PASSWORD, and SSL Certificate.

Example Request (cURL):

curl "https://www.google.com/search?q=pizza&json=1" --proxy scraping.thordata.com:30001--proxy-user td-customer-serp_USERNAME:PASSWORD --cacert [path to CA.CRT]

Parameter-Value:

Parameter
Description

scraping.thordata.com:30001

Proxy Host

proxy-user td-customer-serp_USERNAME:PASSWORD

Username & Password

cacert [path to CA.CRT]

SSL Certificate

k "https://www.google.com/search?q=pizza"

Scraping URL - HTML Result

k "https://www.google.com/search?q=pizza&json=1"

Scraping URL - JSON Result

For further assistance, contact us via email: support@thordata.com