Skip to content

justserpapi/google-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JustSerpAPI Logo

JustSerpAPI Google Search API

PyPI version API documentation License

Powerful Google Search SERP API to scrape organic search results, ads, knowledge panels, and more.

Use this repository as a focused entry point for /api/v1/google/search. The examples use the official JustSerpAPI Python SDK where the endpoint is covered by the SDK, and direct HTTP requests for web crawling endpoints.

Platform Overview

The documentation center helps you browse endpoint health, versioned API paths, request parameters, and SERP-specific usage notes.

JustSerpAPI documentation overview

The console provides API key management, subscription status, credit visibility, request logs, usage trends, and credit consumption analytics.

JustSerpAPI console overview

Installation

pip install justserpapi

Quick Start

from justserpapi import Client

with Client(api_key="YOUR_API_KEY") as client:
    response = client.google.search(
        query="coffee shops in New York",
        location="New York, NY",
        language="en",
    )
    print(response)
    print(response["data"])

API Documentation

Service Overview

The API list below shows the current public JustSerpAPI endpoints. The current repository endpoint is marked with a Current API badge.

Google Search API

Google AI Mode API

Google AI Overview API

Google Maps API

Google Images API

Google News API

Google Videos API

Google Shorts API

Google Finance API

Google Trends API

Google Shopping API

Google Immersive Product API

Google Autocomplete API

Google Scholar API

Google Lens API

Google Jobs API

Google Local API

Google Patents API

Google Hotels API

Web API

License

Distributed under the MIT License. See LICENSE for more information.

About

JustSerpAPI Google Search API Python SDK examples, with related Google Search API, Google Lens API, Google Maps API, Google News API, Google Shopping API, Google Scholar API, Google Finance API, Google Trends API, Google Jobs API, Google Patents API, Google Hotels API, and Web APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors