Find articles that mention specific URLs or domains using News API v3
all_links
: Searches for articles mentioning specific complete URLs.all_domain_links
: Searches for articles mentioning specific domain URLs./search
/latest_headlines
/authors
/search_similar
/aggregation_count
GET
requests, you can specify multiple URLs/domains as comma-separated
strings. POST
requests support both comma-separated strings and arrays of
strings.Understand URL search parameters
all_links
: Use this parameter to search for articles that mention specific
complete URLs. This is useful when you want to find articles linking to exact
pages.all_domain_links
: Use this parameter to search for articles that mention
specific domain URLs. This is helpful when you want to find articles linking
to any page within a domain.Construct your query
all_domain_links
parameter:Make an API request
Analyze the results
Refine your URL search
Tracking AI reports and their impact
Analyzing AI in specific industries
Tracking AI policy and regulation
all_links
to find mentions of specific pages or articles.all_domain_links
to track mentions of a website in general, regardless
of the specific page.