Company News Search
Search for news articles related to companies matching specified criteria such as categories, locations, and keywords.
Authorizations
Body
ISO 3166-1 alpha-2 (cca2) is used for filtering locations. Check out location endpoints under the Filters tab for more information.
["US", "SG", "CN"]The location of the company headquarters. Check out location endpoints under the Filters tab for more information.
["US", "SG", "CN"]A list of unique identifiers (domain_search_id) used for company and people search operations.
List of company domains used for company and people search operations. If we receive a URL such as www.pubrio.com or https://docs.pubrio.com/, the system will convert it to pubrio.com for processing.
["pubrio.com"]The fully formed URL of the LinkedIn company profile. URL begin with http and contain linkedin.com/company/
["https://www.linkedin.com/company/pubrio"]A string of words over which we want to filter the results.
"pubrio"
Array of keyword strings to filter news articles. Each term is matched against article content. Use search_term for a single string or search_terms for multiple keywords.
["Trump"]List of category slugs for searching for specific news categories. To find a slug, call the news categories endpoint under the Filters tab.
["launches"]A list of news_gallery_id used to search for specific news galleries. To find the ID, call the news galleries endpoint under the Filters tab.
Date range of the published date. The maximum value is the current day.
["2025-01-01", "2025-01-10"]The number of search results that should be returned for each page. Limited the number of results per page improves the endpoint's performance.
25
The page number of the Pubrio data that you want to retrieve.
1
List of gallery slugs for filtering news by gallery. To find a slug, call the news galleries endpoint under the Filters tab.
["electronic-commerce"]List of locale_code values for filtering news by language. To find available codes, call the news languages endpoint under the Filters tab.
["en"]Optional. An identifier for the user profile (workspace) making the request. This is no longer required as the API key already includes your workspace information. If provided, it helps in associating the lookup with a specific user, allowing for data retrieval and credit tracking.
Check out user details endpoints under the Profile tab for more information.
When true, attaches the resolved expansion signals (expansion_signals) to each news item and enables the expansion_signal_types / expansion_signal_polarities filters. Leave unset for the fastest search — the expansion join is only added when this flag is on.
Return only news that produced an expansion signal of one of these types (uppercase slugs). Requires is_expansion_signal_available: true. Unknown slugs are ignored.
AD, EVENT, NEWS, DNS, TECH, INFRA, IP, PARTNER, EVENT_PLUS, REG, ENTITY, EXEC, OFFICE, HIRE, SCALE, PRODUCT ["HIRE", "PARTNER"]Return only news whose expansion signal carries one of these polarities. Requires is_expansion_signal_available: true. Combined with expansion_signal_types as AND.
expansion, contraction_leading, contraction_confirming, contraction_lagging ["expansion"]Response
Successful response containing company news search details.
Response info depends on specific endpoint.

