Skip to content

Latest commit

 

History

History
167 lines (104 loc) · 11 KB

File metadata and controls

167 lines (104 loc) · 11 KB

JustSerpAPI Logo

JustSerpAPI Google Trends Autocomplete API

PyPI version API documentation License

Access real-time search suggestions and trending keywords with the Google Trends Autocomplete API.

Use this repository as a focused entry point for /api/v1/google/trends/autocomplete. 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.trends.autocomplete(
        query="coffee",
        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.