RocketReach Contact Scraper
Pricing
from $9.99 / 1,000 results
RocketReach Contact Scraper
Scrapes professional contact records from RocketReach by keyword, company, or public profile URLs, capturing names, job titles, employers, locations, company domains, social profiles, emails, phone numbers, and profile details, with API-key support for people searches.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
9 days ago
Last modified
Categories
Share
Collects professional contact records from rocketreach.co. With your own RocketReach API key the actor runs a people search by keyword and company and returns one record per matching professional — full name, current job title, employer and employer domain, location, LinkedIn/Twitter/Facebook links, and the email and phone details RocketReach returns with each profile. Without a key you can instead paste public RocketReach profile URLs and the actor turns each page into the same record shape.
Input
| Field | Default | Description |
|---|---|---|
| Search keyword | empty | Person name, job title or keyword to search for (e.g. Chief Technology Officer). Wrap a term in double quotes for an exact match. Used on API-key runs. |
| Company | empty | Restrict results to one employer. A domain (e.g. stripe.com) matches the company domain; anything else matches the current employer name. Used on API-key runs. |
| Public profile URLs | empty | Optional. Public rocketreach.co profile URLs, separated by commas or new lines. Used when no API key is set. |
| Max results | 25 | Maximum number of contact records to return (1–500). Search results are paged 100 at a time. |
| RocketReach API key | empty | Optional. A RocketReach API key from your account settings page. When set, the actor runs a people search instead of parsing individual profile pages. |
| Proxy configuration | Apify Proxy on | Optional. Enable a US-based proxy for the most reliable results. |
Output
One dataset item per contact; every item keeps the original payload under raw.
{"profile_id": 12345678,"name": "Jane Doe","current_title": "Chief Technology Officer","current_employer": "Stripe","current_employer_domain": "stripe.com","current_employer_website": "https://stripe.com","location": "San Francisco, California, United States","city": "San Francisco","region": "CA","country": "US","linkedin_url": "https://www.linkedin.com/in/janedoe","twitter_url": null,"facebook_url": null,"profile_url": "https://rocketreach.co/jane-doe-email_12345678","emails": ["j***@stripe.com"],"professional_emails": ["j***@stripe.com"],"personal_emails": null,"phones": ["+1415*******"],"connections": 500,"status": "complete","source": "api_person_search","raw": { ... }}
Notes
- Runs with empty input: with no API key and no profile URLs it finishes cleanly with zero records, so it is safe to schedule.
- Enable a US-based proxy for the most reliable results.
- Contact records are personal data — use them in line with rocketreach.co's terms and applicable privacy and anti-spam rules.