Neo Google Search

FREEMIUM
By NEOSCRAP | Updated a month ago | Search
Popularity

8 / 10

Latency

1,278ms

Service Level

94%

Health Check

N/A

README

Neo Google Search API

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

Endpoints

  1. /search

    • 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. /imagesearch

    • 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).

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.

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

Examples

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

  1. Retrieve web search results:
GET /search?q=keyword&gl=us&lr=lang_en
  1. Retrieve image search results:
GET /imagesearch?q=keyword&gl=us&start=0&num=10

Contact

For API-related inquiries or support, please contact us through direct messaging.

Followers: 1
API Creator:
Rapid account: NEOSCRAP
NEOSCRAP
neoscrap
Log In to Rate API
Rating: 5 - Votes: 1