#
# # # # #

Google SERP Scraper API

API:Scraper

US$9US$12

  • Google SERP scraper provides you the information from the keyword query. Users scrape the specific information using a query keyword and inputting a number to request the amount of result pages. It returns the information title, description and website URL from SERP. It supports 4 language which are English, Japanese, Simplified Chinese and Traditional Chinese

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


Google SERP Scraper API

API Practical Application Showcase Case 2


Google SERP Scraper API

Features

  • Google SERP scraper provides you the information from the keyword query.
  • Users scrape the specific information using a query keyword and inputting a number to request the amount of result pages.
  • It returns the information title, description and website URL from SERP.
  • It supports 4 language which are English, Japanese, Simplified Chinese and Traditional Chinese

API Endpoint Specifications

  • Endpoint Path: /api/1/googleSERPScraper
  • Type of Data: JSON & 20/minute
  • Data Source: Google.com
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Google SERP Scraper API Endpoint Basic Info

API Endpoint Path

required

Google Search Result Information Scraper API

api/1/googleSERP


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on Google SERP content


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Paid subscription API is available: /api/1/googleSERP, and accessible to on-site APP on /app/1/googleserp as well

keyword

required

Input a keyword. It supports 25+ languages


totalPage

Optional

Selected pagination of SERP information. The default value is 1st page, which is 1

language

Optional

Input a target ISO language code. Default is en


Google Search Result Information Scraper API

api/1/googleSERP


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/googleSERP?"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
keyword = "a company name"

## optional arguments and parameters ##
totalPage="total amount of serp results, max. 5 pages"

data="keyword=" + keyword + "&totalPage=" + totalPage
headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Keyword": " " (string),
    "SERP Title": " " (string),
    "SERP Link": " " (string),
    "SERP Snippet": " " (string),
    "serp_machine_learning_model": " " (string),
}
                        

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

FAQ

The Google SERP Scraper API is a tool that allows you to scrape information from the Google Search Engine Results Page (SERP).

You can scrape the title, description, and website URL from the SERP.

The Google SERP Scraper API supports English, Japanese, Simplified Chinese, and Traditional Chinese.

The endpoint path for the Google SERP Scraper API is \/api\/1\/googleSERPScraper.

The Google SERP Scraper API returns JSON data.

The data source for the Google SERP Scraper API is Google.com.

The request limit for the free Google SERP Scraper API is 500 requests per month per token.

Yes, you can integrate the Google SERP Scraper API with your own applications using cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, or Typescript.

The Google SERP Scraper API is free to use for up to 500 requests per month per token. There are also paid subscription options available.

You can find more information about the Google SERP Scraper API on the BUYFROMLO website.