Google API Collections
Google API Collection is an all-in-one API designed to simplify access to a wide range of Google data services. Instead of integrating multiple APIs or building complex scraping solutions, developers can use a single, consistent API to retrieve information from various Google platforms. The collection currently includes endpoints for: 🔍 Google Search – Retrieve organic search results with…
Google API Collections endpoints
| Method | Endpoint | Description |
|---|---|---|
| Google Search | ||
| GET |
Web /search/web |
Performs a Google web search and returns a list of results from the upstream source |
| GET |
Image /search/image |
Performs a Google Image Search and returns a list of images, including thumbnail URLs, original image URLs, source page URLs, titles, and image dimensions. |
| Google Trends | ||
| GET |
Regions /trends/regions |
Returns a list of regions (countries) supported by Google Trends Trending Now. Use the returned region codes as the geo parameter for /google/trends/trendings. This is a static… |
| GET |
Trendings /trends/trendings |
Description: Retrieves currently trending Google searches ("Trending Now") for a specific country, including search volume, related queries, and associated news articles. The… |
| Google News | ||
| GET |
Latest /news/latest |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
World /news/world |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Entertainment /news/entertainment |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Business /news/business |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Health /news/health |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Sport /news/sport |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Science /news/science |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Technology /news/technology |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Explore > Search /news/explore/search |
Retrieves top Google News headlines for a specific category based on the selected language region. |
| GET |
Explore > Suggest /news/explore/suggest |
Searches Google News articles by keyword. |
| GET |
Explore > Language & Regions /news/explore/language_regions |
Returns the list of language regions (language-country) supported by Google News. Use these values as the lr parameter. |
Google API Collections pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 2 / second |
|
| ULTRA | $100 / month | 3 / second |
|
| MEGA | $500 / month | 5 / second |
|