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:
Track AI reports and their media impact
Track AI reports and their media impact
Monitor AI in healthcare
Monitor AI in healthcare
Track AI policy from government sources
Track AI policy from government sources
Best practices
- Use
all_linksto find mentions of specific pages or articles. - Use
all_domain_linksto 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.

