Make your first Google News API request

Create a key, run a search, then test another country or language.

1

Get your API key

Create an account, choose a plan, and copy the API key from the Bonai console. The console also shows your plan and usage.

Create a test key
2

Make your first API request

Replace YOUR_API_KEY and run the search. Change the country or language to compare coverage.

curl --request GET \
--url "https://api.bonai.io/google-news/search?query=technology&language=en&country=US" \
--header "api-key: YOUR_API_KEY"
3

Explore the API Playground

Change the query, country, or language and inspect the returned headlines. Copy the matching cURL, Node.js, or Python request.

Open playground

Need higher limits?

Compare monthly request limits and overage pricing.

Compare plans