Neo Google Search

FREEMIUM
Door NEOSCRAP | Bijgewerkt vor 2 Monaten | Search
Populariteit

8.4 / 10

Latency

1,039ms

Serviceniveau

98%

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.

Volgers: 1
API maker:
Rapid account: NEOSCRAP
NEOSCRAP
neoscrap
Log in om API te beoordelen
Beoordeling: 5 - Stemmen: 1