Pubrio - Business Data Layer for AI
Pricing
from $0.01 / 1,000 results
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
Actor stats
1
Bookmarked
1
Total users
1
Monthly active users
22 days ago
Last modified
Categories
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
- Get your API key from dashboard.pubrio.com
- Select an operation (e.g.
search-companies,search-people,reveal-contact) - Pass your parameters as a JSON object
Input
| Field | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Your Pubrio API key |
operation | string | Yes | One of 51 operations (see below) |
parameters | object | No | Operation-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)
| Operation | Description |
|---|---|
search-companies | Search companies by name, domain, location, industry, technology, headcount, revenue, founding year |
lookup-company | Look up a company by domain, LinkedIn URL, or ID |
enrich-company | Enrich company with full firmographic data (uses credits) |
linkedin-company-lookup | Look up a company by LinkedIn URL |
find-similar-companies | Find lookalike companies similar to a given company |
lookup-technology | Look up technologies used by a company |
People (7)
| Operation | Description |
|---|---|
search-people | Search professionals by name, title, department, seniority, location, company |
lookup-person | Look up a person by LinkedIn URL or people search ID |
enrich-person | Enrich person with full professional details (uses credits) |
linkedin-person-lookup | Real-time LinkedIn person lookup by URL |
reveal-contact | Reveal verified email or phone for a person (uses credits) |
batch-redeem-contacts | Batch reveal contacts for multiple people at once (uses credits) |
query-batch-redeem | Check the status and results of a batch contact reveal |
Signals (7)
| Operation | Description |
|---|---|
search-jobs | Search job postings by title, location, keyword, company, and date |
lookup-job | Look up detailed information about a specific job posting |
search-news | Search company news and press releases by category, location, and date |
lookup-news | Look up detailed information about a specific news article |
search-ads | Search company advertisements by keyword, headline, and target location |
lookup-advertisement | Look up detailed information about a specific advertisement |
lookalike-lookup | Look up a lookalike company result by ID |
Filters & Reference Data (14)
| Operation | Description |
|---|---|
get-locations | Get all available location codes |
get-departments | Get all department title codes |
get-department-functions | Get all department function codes |
get-management-levels | Get all management/seniority level codes |
get-company-sizes | Get all company size range codes |
get-timezones | Get all timezone codes |
get-news-categories | Get all news category codes |
get-news-galleries | Get all news gallery codes |
get-news-languages | Get all news language codes |
search-technologies | Search technology names by keyword |
search-technology-categories | Search technology categories by keyword |
search-verticals | Search industry verticals by keyword |
search-vertical-categories | Search vertical categories by keyword |
search-vertical-sub-categories | Search vertical sub-categories by keyword |
Signal Monitors (14)
| Operation | Description |
|---|---|
create-monitor | Create a new signal monitor for jobs, news, or advertisements |
update-monitor | Update an existing monitor configuration |
get-monitor | Get details of a specific monitor |
list-monitors | List all monitors with pagination |
delete-monitor | Delete a monitor |
duplicate-monitor | Duplicate an existing monitor |
test-run-monitor | Execute a test run of a monitor |
retry-monitor | Retry a failed monitor trigger |
get-monitor-stats | Get aggregate statistics across monitors |
get-monitor-logs | Get trigger logs for a monitor |
get-monitor-log-detail | Get details of a specific log entry |
get-monitor-chart | Get daily trigger chart data for a monitor |
reveal-monitor-signature | Reveal webhook signature secret for a monitor |
validate-webhook | Validate a webhook destination URL |
Profile (3)
| Operation | Description |
|---|---|
get-profile | Get account profile information |
get-usage | Get credit usage and subscription info |
get-user | Get 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.


