An identifier for the user profile (workspace) making the request. This ID 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.
Filter advertisements to include those targeting specific locations by country code. Use this to find ads that are being shown in specific countries. Combines with filter_conditions using OR operator - the advertisement must target at least one of the specified locations.
["TW", "AE", "NO"]Filter advertisements to exclude those targeting specific locations by country code. Use this to filter out ads that are being shown in specific countries. When specified in filter_conditions with operator 'or', the advertisement must not target any of the excluded locations.
["IS", "GB", "FR", "IE", "ES"]A list of strings over which we want to filter the results.
["pubrio"]A list of headlines to filter search results.
["ASUS", "iPhone"]Advanced filtering options for advertisement searches. Specify conditions to refine your search results for the ads search endpoint.
A list of start dates to filter search results.
["2025-12-01", "2025-12-01"]A list of end dates to filter search results.
["2025-12-25", "2025-12-25"]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"]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
Successful response containing company advertisement search details.
Response info depends on specific endpoint.