Skip to main content
News API lets you find articles that mention specific URLs or domains using two dedicated parameters: URL-based search is available on the following endpoints:
  • /search
  • /latest_headlines
  • /authors
  • /aggregation_count
In GET requests, specify multiple URLs or domains as comma-separated strings. POST requests support both comma-separated strings and arrays.

Before you begin

Make sure you have the following:
  • An active News API key
  • The Newscatcher SDK installed for your language, or cURL for quick testing

Steps

1

Make a URL-based search request

This example finds English-language articles about AI that mention the NVIDIA website:
2

Review the response

The response includes the standard article fields plus all_links and all_domain_links arrays showing every URL mentioned in each article:
3

Refine with advanced queries

Combine URL parameters with keywords, date ranges, and other filters for more targeted searches:

Best practices

  • Use all_links to find mentions of specific pages or articles.
  • Use all_domain_links to track mentions of a website regardless of the specific page.
  • Combine URL search with date ranges to focus on recent coverage or track changes over time.
  • Add keyword filters to narrow down broad domain searches that return too many results.

See also