VOOZH about

URL: https://apify.com/fortuitous_pirate/exec-comp-scraper

โ‡ฑ Executive Compensation Data Scraper ยท Apify


๐Ÿ‘ Executive Compensation Data Scraper avatar

Executive Compensation Data Scraper

Pricing

from $10.00 / 1,000 result items

Go to Apify Store

Executive Compensation Data Scraper

Executive Compensation Data Scraper. Structured data export for lead generation, enrichment, and competitive research.

Pricing

from $10.00 / 1,000 result items

Rating

0.0

(0)

Developer

๐Ÿ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Executive Compensation Scraper

Scrapes executive compensation data from SEC DEF 14A proxy filings.

What it does

  1. Takes a list of stock tickers and years
  2. Finds DEF 14A proxy filings on SEC EDGAR
  3. Extracts the Summary Compensation Table
  4. Returns structured executive compensation data

Input

{
"tickers":["AAPL","MSFT","GOOGL"],
"years":[2023,2024]
}
ParameterTypeRequiredDescription
tickersarrayYesStock ticker symbols
yearsarrayYesFiscal years to scrape

Output

Each record contains:

{
"ticker":"AAPL",
"company_name":"Apple Inc.",
"cik":"0000320193",
"fiscal_year":2024,
"filing_date":"2024-01-05",
"executive_name":"Timothy D. Cook",
"executive_title":"CEO",
"salary":3000000,
"bonus":0,
"stock_awards":40000000,
"option_awards":0,
"non_equity_incentive":6000000,
"deferred_comp":0,
"other_comp":1500000,
"total_comp":50500000,
"source_url":"https://www.sec.gov/..."
}

Usage

# Install dependencies
npminstall
# Run locally
echo'{"tickers": ["AAPL"], "years": [2024]}'> storage/key_value_stores/default/INPUT.json
apify run
# View results
cat storage/datasets/default/*.json | jq '.'

Data Source

All data comes from SEC EDGAR public filings (no proxy needed).

You might also like

US Jobs With Salary API

aspen-technology-labs-inc/us-jobs-with-salary-api

Find US job postings with salary information by role, location, company, category, and compensation range. Built for salary-aware job search, compensation research, and labor-market analysis.

๐Ÿ‘ User avatar

Aspen Technology Labs, Inc.

2

Levels.fyi Scraper

crawlerbros/levels-fyi-scraper

Scrape Levels.fyi compensation data with base salary, equity, bonus, and total compensation by company, role, level, and location. Pulls from public Next.js hydration data; no auth, structured output.

Vp Marketing Email Scraper

contacts-api/vp-marketing-email-scraper

VP marketing email scraper to extract verified Vice President of Marketing emails from company websites, executive directories, and business databases ๐Ÿ“ง๐Ÿ“ˆ Perfect for B2B outreach, sales prospecting, and executive-level lead generation.