Skip to main content
POST
Expansion Signal Search

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
domain_search_id_list
string[]

Restrict to these companies, by domain_search_id. Required in practice — see the endpoint description: a call not scoped to specific companies is dropped at the gateway timeout.

Example:
is_active
boolean

Return only live signals (true) or only retracted ones (false). Omit for both.

Example:

true

country_code_list
string[]

Restrict to these target markets, as ISO 3166-1 alpha-2 codes.

Example:
signal_type_slug_list
string[]

Restrict to these signal types. Resolve valid slugs from Expansion Reference.

Example:
signal_subtype_slug_list
string[]

Restrict to these signal subtypes.

Example:
signal_strength_slug_list
string[]

Restrict to these signal strengths.

Example:
source_type_list
string[]

Restrict to these source types (for example linkedin, news, jobs).

Example:
polarity
enum<string>

Signal direction. expansion marks entry and growth; the three contraction_* values mark retreat at different points in the evidence cycle (contraction_leading is the earliest indicator, contraction_confirming the most settled). There is no bare contraction value — sending one silently disables the filter.

Available options:
expansion,
contraction_leading,
contraction_lagging,
contraction_confirming
event_date_from
string<date>

Earliest event date to include, YYYY-MM-DD, interpreted in your workspace timezone.

Example:

"2026-06-01"

event_date_to
string<date>

Latest event date to include, YYYY-MM-DD, inclusive of the whole day.

Example:

"2026-06-30"

page
integer
default:1

Page number, starting at 1. The ceiling is your subscription's max_search_page (max_company_search_page for company search), returned by Profile. Exceeding it returns HTTP 416.

Example:

1

per_page
integer
default:25

Records per page. Defaults to 25, which is also the ceiling on most plans — the limit is your subscription's max_search_per_page, returned by Profile. Exceeding it returns HTTP 416 with code 41676 (or 41613 on company and people search), not a clamped result set.

Example:

25

Response

200 - application/json

Expansion Signal Search

metadata
object

Echo of the filters applied to this request.

data
object

Result container.