Team Page People Extractor Executives Names Titles Clay avatar

Team Page People Extractor Executives Names Titles Clay

Pricing

from $5.10 / 1,000 person founds

Go to Apify Store
Team Page People Extractor Executives Names Titles Clay

Team Page People Extractor Executives Names Titles Clay

Company domain in, the executives and staff published on that company's own team, leadership or about page out. Returns names, titles, and page URL, with the pages actually reached so you can tell a real absence from an unreadable site. No LinkedIn scraping.

Pricing

from $5.10 / 1,000 person founds

Rating

0.0

(0)

Developer

Mamba Labs

Mamba Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

๐Ÿ”Ž What can Team Page People Extractor do?

Give it a company domain and it returns the people that company publishes about itself on its own team, leadership or about page: names, job titles, and the exact page each one came from.

No profile network, no aggregator, no login, no third party database. Every row traces back to a page the employer published.

๐Ÿ“ฆ What you getโš™๏ธ Features and integrations
๐Ÿ‘ฅ Names and published job titles, exactly as written
๐Ÿชœ Normalized seniority and department for filtering
๐Ÿ”— source_url on every row, so any name is checkable
๐Ÿงพ 31 flat fields, snake_case, two output grains
๐ŸŒ Eleven team and leadership paths probed at once
๐Ÿงฌ Structured data path as supporting evidence
๐ŸงŠ 14 day cache, with a skipCache override
โฌ‡๏ธ Export to JSON, CSV, Excel, HTML or XML

Bought by outbound teams building contact lists from first-party sources, and by recruiters and researchers who need an auditable trail back to the company's own page.

๐Ÿšซ This is not a contact database and it does not find email addresses. It reads what a company publishes about its own staff. No email is ever attached to a named person, and no first.last@domain pattern is ever guessed. If you need a person level work email, use Work Email Waterfall Finder.

๐Ÿ’ก Why use Team Page People Extractor?

If you needRead these fields
A named executive to open withfull_name, job_title, seniority
Proof the person is really theresource_url, affiliation_confidence
To route by functiondepartment, seniority
One row per company instead of per personpeople_json, person_1_name through person_5_title
To tell "nobody there" from "could not read"company_people_count, fetch_status
A dedupe key across runsperson_key

๐Ÿงญ A dedicated team page beats a general about page, and the row says which you got

Dedicated team and leadership pages are preferred. A general about page is read only when no dedicated page produced anybody, and everyone found on one is labeled medium confidence.

That distinction is load-bearing. In the build sample, one large company's about page returned two real people with real titles who are almost certainly not its employees. affiliation_confidence is how you keep them out of a sequence.

Pages that come back identical are collapsed before extraction. One company in the test set served the same leadership page at three different paths, which is why pages_reached and pages_distinct are separate fields.

๐Ÿ“‹ What data can Team Page People Extractor extract?

31 fields across the two grains. The ones buyers use:

FieldWhat it holds
full_name, first_name, last_nameThe published name, split
job_titleThe title exactly as published, never rewritten
seniorityFixed ladder: founder, c_level, vp, director, head, manager, other
departmentNormalized function, read from the published title only
source_url, source_pathThe page the person was published on
affiliation_confidencehigh from a dedicated team page, medium from a general about page
extraction_methodWhich path produced the person
person_keyStable dedupe key, domain:name
company_people_countHow many people the company published
pages_attempted, pages_reached, pages_distinctWhat was tried, what opened, what was unique
fetch_status, fetch_errorok, no_team_page, partial or unreachable
people_json, person_1_name โ€ฆ person_5_titleCompany grain only: everyone found, plus the five most senior flattened

โš ๏ธ 0 and null are different answers. company_people_count: 0 means the pages were read and nobody was published. null means nothing was readable. This actor never collapses them. In the same spirit, a plain 404 is not an error: a company that does not publish /people has not blocked you.

๐Ÿ› ๏ธ How to find a company's leadership team

  1. Open the Input tab and put a bare domain in domain.
  2. Leave output_grain on person for one row per person, which is what most Clay tables want.
  3. Set seniority_filter if you only want decision makers.
  4. Click Start.
  5. Check affiliation_confidence and source_url before you use a row.

๐Ÿงช Using it in Clay

Add it as an Apify enrichment and map your domain column to domain. Every input is accepted as a string, which is what Clay sends.

If you are enriching a company table and want exactly one row back per row sent, set output_grain to company. You get people_json holding everyone found plus the five most senior names and titles flattened into columns.

๐ŸŽš๏ธ Filtering by seniority

seniority_filter runs over the normalized seniority field, not the raw title. job_title is always returned exactly as the company wrote it, so CEO, Founder, Owner stays intact while the row still filters as founder. Founder is checked before C level on purpose, because a founder is the more useful label to an outbound team.

๐Ÿ’ต How much does it cost to extract a team page?

You pay per person found. A company with no readable team page costs nothing beyond the run.

PlanPrice per person found
Free$0.006
Bronze$0.0057
Silver$0.0054
Gold$0.0051

There is also an Actor start event at $0.00005, charged once per run per GB of memory.

๐Ÿ’ณ In company grain the charge is once per person in the array, not once per row. One returned row carrying seventeen people bills seventeen events. Set max_people if you want a ceiling; anything dropped is logged with the count.

โŒจ๏ธ Input

Everything is on the Input tab. The options worth explaining:

FieldTypeDefaultWhat it does
domainstringrequiredBare company domain.
output_grainstringpersonperson for one row per person, company for one row per company.
seniority_filterstringallKeep only people at or above a rung on the seniority ladder.
max_peoplestring50Ceiling per company. Dropped people are logged with a count.
include_emailsbooleanfalseReturn emails found on the page, attached to the company only.
skipCachestringfalsetrue forces a fresh crawl past the 14 day cache.

๐Ÿ“ค Output

Exportable as JSON, CSV, Excel, HTML or XML. One row per person by default:

{
"full_name": "Monty Deel",
"first_name": "Monty",
"last_name": "Deel",
"job_title": "Chief Executive Officer",
"seniority": "c_level",
"department": "general",
"source_url": "https://swishdata.com/about/leadership/",
"source_path": "/about/leadership",
"extraction_method": "markup_heuristic",
"affiliation_confidence": "high",
"company_domain": "swishdata.com",
"company_people_count": 17,
"pages_attempted": 11,
"pages_reached": 5,
"pages_distinct": 2,
"fetch_status": "ok",
"fetch_error": null,
"person_key": "swishdata.com:monty deel",
"run_date": "2026-08-09T21:24:42.972Z"
}

๐Ÿ’ก Tips

  • Filter on affiliation_confidence: "high" before you sequence anybody. It is the single cheapest quality gate on this actor.
  • Use person_key to dedupe across runs and across domains.
  • Leave include_emails off. See Known limits for what those addresses actually turn out to be.
  • Use company grain when the actor is one column in a company table, and person grain when you are building a contact list.

โš ๏ธ Known limits

About 6 companies in 10 give us anybody at all. Measured on eight real companies spanning enterprise to small contractor: five returned at least one person, four returned a full leadership list, three returned nothing. If a company does not publish a team page, this actor cannot invent one.

We only see what a company publishes about itself. No profile network, no login, no third party database. That is the point of this actor and it is also its ceiling: most companies publish their executives and almost none publish their whole staff.

Check affiliation_confidence before you trust a row. People found on a general about page are marked medium, because an about page can name customers, advisors and case study subjects alongside employees.

The same page often lives at several URLs. One company in the sample served its leadership page at three different paths. Those are collapsed to one before extraction.

HTTP 200 is not always the page you asked for. One large company returns 200 for /leadership, /about and /about-us and serves the same generic marketing page on all three. When that happens you get zero people from those paths rather than four invented ones.

Emails are off by default and you should probably leave them off. Across three domains that published an email on a team page, we found one role mailbox, one placeholder in example content, and one literal user@domain.com template string. Not one was a real person's address.

Titles are returned exactly as published, and the seniority ladder reads that string. A bare Partner maps to c_level, which is right at a law firm or a fund and too senior at a company that uses the word differently. When the rung matters, read job_title as well.

You are billed per person, not per company. A company with seventeen executives bills seventeen times from one crawl. A company with none bills nothing.

What this actor will not collect, enforced in code and covered by tests: no email attached to a named person, ever, not behind a flag. No guessed email patterns. No phone numbers, photographs, image URLs or biographies. No inference of any personal attribute beyond the fixed seniority and department maps, which read the published title and nothing else.

โ“ FAQ

Can it get me email addresses for these people?

No, and that is a build rule rather than a missing feature. When include_emails is on, addresses attach to the company row only, because nothing on these pages proves which address belongs to whom.

Why did a company return nothing?

Either it does not publish a team page, or the pages were not readable. fetch_status tells you which: no_team_page means pages were read and nobody was found, unreachable means nothing opened.

Does it use a proxy?

No. It runs direct with full browser headers and reports blocks rather than routing around them. The headers are required, not an optimization: two of the eight test domains return a challenge page to a bare user agent and the real leadership page to the full header set.

How fresh is the data?

Cached for 14 days, keyed by domain, grain, seniority filter and the email flag. Leadership pages change on a quarterly cycle. Set skipCache to "true" to force a fresh crawl.

How do I get a person removed?

Email privacy@mambamindsetgrowth.com with the person's name and the company domain. Records are purged within 14 days.

๐Ÿงฉ Want other GTM data?

Mamba Labs builds custom actors for B2B go-to-market teams. The public versions of that work live here on the Store, so our users get the same tooling we build under contract.

๐Ÿง‘โ€๐Ÿ’ผ GTM Hiring Signal Scraper๐Ÿงฑ Tech Stack Detector
๐Ÿ“ก B2B Buying Signals Aggregator๐Ÿ”‘ Job Board Keyword Scanner
๐Ÿ”— Domain to LinkedIn URL Resolver๐ŸŽฏ ICP Fit Scorer
๐Ÿ“‹ Job Posting Monitor๐Ÿ“ฌ Domain Deliverability Checker
๐Ÿข Company Firmographic Enricher๐ŸŒ Company Social Presence Mapper
๐Ÿชช Company Identity Resolver๐Ÿ’ฐ Funding and Press Signal Scanner
๐Ÿ”„ Company Change-Event Feed๐Ÿ‘ค People Finder and Email Verifier
๐Ÿš€ Prospect Engine๐Ÿค– AI Tooling Detector
๐Ÿ“ฎ Outbound Stack Detector๐Ÿ“ Publishing Frequency Tracker
โœ‰๏ธ Work Email Waterfall Finderโฉ Sequencer Lead Push
๐Ÿ… Workplace Program Detector๐Ÿงญ Company Discovery List Builder

Every actor in the suite takes a domain or a company and returns one flat row, so they stack in the same Clay table without reshaping anything.

๐Ÿ› ๏ธ Need something custom built for you or your team? Tell us what you are trying to find and we will build it. Talk to Mamba Labs.

๐Ÿ†˜ Support

Something wrong, or a company the actor reads incorrectly? Open an issue on the Issues tab with the domain and the row, and we will look at it.

โ„น๏ธ Personal data, sourcing and removal. This actor returns names and job titles that companies publish about their own staff, read directly from the company's own website with robots.txt honored. That is personal data under GDPR. Mamba Labs processes it on your instruction; you decide what happens to it next and you are responsible for that use, including establishing your own lawful basis. To have a record removed, email privacy@mambamindsetgrowth.com with the person's name and the company domain. Records are purged within 14 days.

Built by Mamba Labs.