Pubrio - Business Data Layer for AI avatar

Pubrio - Business Data Layer for AI

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Pubrio - Business Data Layer for AI

Pubrio - Business Data Layer for AI

We build the glocalized business data layer for AI agents and revenue teams. Pubrio provides B2B data intelligence APIs covering company firmographics, people profiles, verified contact details, job postings, news, and advertisement signals across global markets.

Pricing

from $0.01 / 1,000 results

Rating

5.0

(1)

Developer

King Lai

King Lai

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

1

Monthly active users

22 days ago

Last modified

Share

Pubrio — B2B Data Intelligence API

Pubrio is an Apify Actor that provides comprehensive B2B data intelligence by accessing 51 API endpoints covering company firmographics, people profiles, verified contact details, job postings, news articles, advertisements, and intent signals across global markets. It supports queryable filters (location, industry, department, seniority, technology, revenue, headcount, founding year), pagination, and advanced cross-signal filtering to produce structured records with company metadata, people enrichment, contact reveal (email and phone), signal monitoring with webhook/email delivery, and reference data lookups. Responses are returned as structured JSON records saved to the default dataset and key-value store.

Use cases

  • Lead generation and prospecting — Search companies by industry, location, technology stack, and headcount, then find decision-makers by title, department, and seniority with verified email and phone reveal
  • Account-based marketing (ABM) — Enrich target accounts with full firmographic data, find lookalike companies, and monitor hiring/news/ad signals for buying intent
  • Sales intelligence — Track job postings, executive movements, funding news, and advertisement campaigns to identify companies actively investing in your category
  • Competitive intelligence — Monitor competitor hiring patterns, ad spend, news coverage, and technology adoption across markets
  • Market research — Analyze company distribution by geography, industry vertical, revenue range, and founding year for market sizing and segmentation
  • Automated signal monitoring — Set up webhook or email monitors to get real-time alerts when target companies post jobs, appear in news, or launch ad campaigns

How to use

  1. Get your API key from dashboard.pubrio.com
  2. Select an operation (e.g. search-companies, search-people, reveal-contact)
  3. Pass your parameters as a JSON object

Input

FieldTypeRequiredDescription
apiKeystringYesYour Pubrio API key
operationstringYesOne of 51 operations (see below)
parametersobjectNoOperation-specific parameters as JSON

Input examples

Search companies in Singapore with 50-200 employees

{
"apiKey": "your-api-key",
"operation": "search-companies",
"parameters": {
"locations": ["SG"],
"keywords": "SaaS",
"employees": [50, 200],
"page": 1,
"per_page": 25
}
}

Find VPs of Engineering at target companies

{
"apiKey": "your-api-key",
"operation": "search-people",
"parameters": {
"domains": ["stripe.com", "shopify.com"],
"management_levels": ["vp", "director"],
"departments": ["master_engineering"],
"page": 1,
"per_page": 25
}
}

Reveal verified email for a contact

{
"apiKey": "your-api-key",
"operation": "reveal-contact",
"parameters": {
"people_search_id": "uuid-from-search-result",
"people_contact_types": ["email-work", "phone"]
}
}

Enrich a company by domain

{
"apiKey": "your-api-key",
"operation": "enrich-company",
"parameters": {
"domain": "hubspot.com"
}
}

Search recent job postings

{
"apiKey": "your-api-key",
"operation": "search-jobs",
"parameters": {
"titles": ["Software Engineer", "Data Scientist"],
"locations": ["US", "GB"],
"posted_dates": ["2026-01-01", "2026-04-07"],
"page": 1,
"per_page": 25
}
}

Create a signal monitor with webhook delivery

{
"apiKey": "your-api-key",
"operation": "create-monitor",
"parameters": {
"name": "Competitor hiring tracker",
"detection_mode": "company_first",
"signal_types": ["jobs", "news"],
"destination_type": "webhook",
"webhook_url": "https://your-webhook.com/pubrio",
"domains": ["competitor1.com", "competitor2.com"],
"frequency_minute": 1440
}
}

All 51 operations

Company (6)

OperationDescription
search-companiesSearch companies by name, domain, location, industry, technology, headcount, revenue, founding year
lookup-companyLook up a company by domain, LinkedIn URL, or ID
enrich-companyEnrich company with full firmographic data (uses credits)
linkedin-company-lookupLook up a company by LinkedIn URL
find-similar-companiesFind lookalike companies similar to a given company
lookup-technologyLook up technologies used by a company

People (7)

OperationDescription
search-peopleSearch professionals by name, title, department, seniority, location, company
lookup-personLook up a person by LinkedIn URL or people search ID
enrich-personEnrich person with full professional details (uses credits)
linkedin-person-lookupReal-time LinkedIn person lookup by URL
reveal-contactReveal verified email or phone for a person (uses credits)
batch-redeem-contactsBatch reveal contacts for multiple people at once (uses credits)
query-batch-redeemCheck the status and results of a batch contact reveal

Signals (7)

OperationDescription
search-jobsSearch job postings by title, location, keyword, company, and date
lookup-jobLook up detailed information about a specific job posting
search-newsSearch company news and press releases by category, location, and date
lookup-newsLook up detailed information about a specific news article
search-adsSearch company advertisements by keyword, headline, and target location
lookup-advertisementLook up detailed information about a specific advertisement
lookalike-lookupLook up a lookalike company result by ID

Filters & Reference Data (14)

OperationDescription
get-locationsGet all available location codes
get-departmentsGet all department title codes
get-department-functionsGet all department function codes
get-management-levelsGet all management/seniority level codes
get-company-sizesGet all company size range codes
get-timezonesGet all timezone codes
get-news-categoriesGet all news category codes
get-news-galleriesGet all news gallery codes
get-news-languagesGet all news language codes
search-technologiesSearch technology names by keyword
search-technology-categoriesSearch technology categories by keyword
search-verticalsSearch industry verticals by keyword
search-vertical-categoriesSearch vertical categories by keyword
search-vertical-sub-categoriesSearch vertical sub-categories by keyword

Signal Monitors (14)

OperationDescription
create-monitorCreate a new signal monitor for jobs, news, or advertisements
update-monitorUpdate an existing monitor configuration
get-monitorGet details of a specific monitor
list-monitorsList all monitors with pagination
delete-monitorDelete a monitor
duplicate-monitorDuplicate an existing monitor
test-run-monitorExecute a test run of a monitor
retry-monitorRetry a failed monitor trigger
get-monitor-statsGet aggregate statistics across monitors
get-monitor-logsGet trigger logs for a monitor
get-monitor-log-detailGet details of a specific log entry
get-monitor-chartGet daily trigger chart data for a monitor
reveal-monitor-signatureReveal webhook signature secret for a monitor
validate-webhookValidate a webhook destination URL

Profile (3)

OperationDescription
get-profileGet account profile information
get-usageGet credit usage and subscription info
get-userGet current authenticated user details

Output

Results are saved to the default dataset (downloadable as JSON, CSV, or Excel) and the key-value store under the OUTPUT key. Each run produces structured JSON records matching the Pubrio API response format.

Pricing

This Actor is free to use. API credit consumption is billed through your Pubrio account at dashboard.pubrio.com. Search and filter operations are free; enrichment and contact reveal operations consume credits based on your subscription plan.