Owler Scraper avatar

Owler Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Owler Scraper

Owler Scraper

Scrape Owler.com - crowdsourced company intelligence platform. Get public company profiles including CEO, revenue estimates, employee count, industry, location, and top competitors.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract public company intelligence from Owler.com — a crowdsourced competitive intelligence platform used by sales teams, analysts, and researchers to track company performance, leadership, and competitive dynamics.

What You Get

Each record includes:

FieldDescription
nameCompany name
slugOwler URL slug
owlerUrlDirect Owler profile link
ceoNameCurrent CEO name (only when the leadership title literally includes "CEO")
executiveTitleTop executive's title (e.g. CEO, President, Co-Founder & CEO) — populated regardless of exact title wording
executiveNameTop executive's name
ceoApprovalRatingEmployee approval rating for the top executive (0–100)
foundedYear founded
headquartersCity and state/country
cityHeadquarters city
industryPrimary industry
subIndustrySub-industry or sector
ownershipStatusPublic or Private
stockExchangeStock exchange (public companies only, e.g. NASDAQ)
tickerSymbolStock ticker symbol (public companies only, e.g. AAPL)
totalFundingTotal funding raised (e.g. $9.8B)
acquisitionsCountNumber of acquisitions made by the company
investmentsCountNumber of investments made by the company
annualRevenueRevenue estimate (e.g. $394.3B)
revenueRangeRevenue bucket (Under $1MOver $1B)
employeeCountEmployee headcount estimate
employeeRangeEmployee bucket (1-105001+)
followersCountNumber of Owler followers
websiteUrlCompany website
descriptionMeta description from profile
recentNewsRecent company news/events (event type, date, source, headline)
competitorsUp to 10 top competitors with names and Owler URLs
sourceUrlSource page URL
scrapedAtISO 8601 timestamp
recordTypeAlways "company"

Note on data availability: This actor extracts only publicly visible data — no Owler Pro subscription or login is required. Premium data such as detailed financial breakdowns and employee contact details requires an Owler Pro account and is not accessible via this actor. Publicly visible fields — including the top competitors (up to 10), the executive approval rating, and the recent news feed — are extracted.

Input Options

Mode

search — Find companies related to a keyword or industry (e.g. artificial intelligence, fintech, healthcare). The actor seeds from known companies matching your query and expands results through competitor graph traversal.

byCompany — Fetch full profiles for specific companies by Owler URL or domain name.

Parameters

ParameterDescription
searchQueryKeyword to search (mode=search)
companyUrlsOwler URLs or domains to profile (mode=byCompany)
industryFilter results to a specific industry
maxItemsMaximum records to return (1–200, default: 20)

Example Inputs

Find AI companies:

{
"mode": "search",
"searchQuery": "artificial intelligence",
"maxItems": 20
}

Get profiles for specific companies:

{
"mode": "byCompany",
"companyUrls": [
"https://www.owler.com/company/stripe",
"apple.com",
"openai.com"
]
}

Find fintech companies and filter to Finance industry:

{
"mode": "search",
"searchQuery": "fintech",
"industry": "Finance",
"maxItems": 50
}

Example Output

{
"slug": "stripe",
"owlerUrl": "https://www.owler.com/company/stripe",
"name": "Stripe",
"ceoName": "Patrick Collison",
"founded": "2010",
"headquarters": "San Francisco, California",
"city": "San Francisco",
"industry": "Technology",
"annualRevenue": "$14.4B",
"revenueRange": "Over $1B",
"employeeCount": 8000,
"employeeRange": "5001+",
"followersCount": 5000,
"websiteUrl": "https://stripe.com",
"description": "Stripe is a financial infrastructure platform for businesses.",
"competitors": [
{
"name": "Adyen",
"slug": "adyen",
"owlerUrl": "https://www.owler.com/company/adyen"
},
{
"name": "Braintree",
"slug": "braintree",
"owlerUrl": "https://www.owler.com/company/braintree"
}
],
"sourceUrl": "https://www.owler.com/company/stripe",
"scrapedAt": "2026-06-30T10:00:00+00:00",
"recordType": "company"
}

Use Cases

  • Sales intelligence — Research prospect companies before outreach: understand size, revenue tier, leadership, and competitors
  • Competitive research — Map competitor networks for any company in your space
  • Market sizing — Aggregate revenue and employee ranges across an industry segment
  • Lead enrichment — Enrich CRM records with company profile data
  • Investor research — Identify companies in a sector with estimated revenue ranges
  • Partnership evaluation — Assess potential partners' scale and competitive positioning

Revenue Ranges

RangeApproximate Annual Revenue
Under $1MLess than $1 million
$1M-$10M$1M to $10M
$10M-$100M$10M to $100M
$100M-$1B$100M to $1 billion
Over $1BMore than $1 billion

Employee Ranges

RangeHeadcount
1-10Micro
11-50Small
51-200Small-Medium
201-500Medium
501-1000Medium-Large
1001-5000Large
5001+Enterprise

Frequently Asked Questions

Q: Do I need an Owler Pro subscription? A: No. This actor extracts only publicly visible data that any visitor can see on Owler without logging in.

Q: What data is NOT available? A: Owler Pro premium data — detailed employee contact details and full financial breakdowns — is not scraped by this actor. Publicly visible data, including the top competitors (up to 10 per company), the CEO/executive approval rating, and the recent news feed, IS extracted.

Q: How does search mode work? A: The actor starts with seed companies related to your keyword and expands by following competitor links on each profile, building a graph of related companies until maxItems is reached.

Q: Can I scrape by domain name? A: Yes. In byCompany mode you can pass domain names like stripe.com, apple.com, or openai.com — the actor resolves them to Owler company slugs automatically.

Q: How current is the data? A: Owler data is crowdsourced and updated by the Owler community. Revenue and employee figures are estimates and may be several months old.

Q: What is the maximum number of results? A: maxItems accepts values from 1 to 200.

Q: Does the industry filter apply before or after fetching? A: After fetching. The actor profiles each company and then applies the industry filter to the extracted data.

Data Source

This actor scrapes Owler.com, a crowdsourced competitive intelligence platform. All data extracted is publicly visible on Owler profiles without authentication. Owler's data is community-sourced and includes revenue estimates, employee counts, and CEO information for hundreds of thousands of companies.