Google Search JSON

免费增值
通过 BFD | 已更新 2 months ago | Search
人气

8.5 / 10

延迟

1,245ms

服务等级

100%

Health Check

N/A

README

API Google Search JSON

The API Google Search JSON provides a convenient way to retrieve Google search results in JSON format. It offers four endpoints, each serving a specific purpose:

Endpoints

  1. /search/web

    • Function: Retrieve web search results.
    • Parameters:
      • q (required): The search query keywords.
      • gl (optional): Restricts the search to a specific country or region.
      • lr (optional): Specifies the language of the search results.
      • start (optional): The starting index of the displayed search results.
      • num (optional): The number of results to display in one request (1-20).
  2. /search/image

    • Function: Retrieve image search results.
    • Parameters:
      • q (required): The search query keywords.
      • gl (optional): Restricts the search to a specific country or region.
      • lr (optional): Specifies the language of the search results.
      • start (optional): The starting index of the displayed search results.
      • num (optional): The number of results to display in one request (1-20).
  3. /search/trendings

    • Function: Retrieve trending search results.
    • Parameters:
      • gl (required): The country or region code for displaying trending searches.
  4. /search/autocomplete

    • Function: Retrieve autocomplete suggestions while typing.
    • Parameters:
      • q (required): The keyword used to obtain autocomplete suggestions.
      • gl (optional): The country or region code for obtaining autocomplete suggestions.

Getting Started

To use this API, you can make HTTP requests to the respective endpoints with the required parameters. The responses will be returned in JSON format, providing the requested search results, trending searches, or autocomplete suggestions.

Make sure to include your API key in the requests for proper authentication and authorization.

For more details and examples, please refer to the API documentation.

Examples

Here are a few examples demonstrating the usage of the API endpoints:

  1. Retrieve web search results:
GET /search/web?q=keyword&gl=us
  1. Retrieve image search results:
GET /search/image?q=keyword&gl=us
  1. Retrieve trending search results:
GET /search/trendings?gl=us
  1. Retrieve autocomplete suggestions:
GET /search/autocomplete?gl=us&q=keyword

Contact

For any inquiries or support related to the API, please contact us at thedevisty@gmail.com. We would be happy to assist you.

关注者:2
API 创建者:
Rapid account: BFD
BFD
bfd
登录并给 API 打分
打分:5 - 投票:4