
Apollo - People and Company profiles - without using credits
Pricing
$12.00/month + usage
Go to Store

Apollo - People and Company profiles - without using credits
Download Apollo search results without using your Apollo credits. Excludes emails and phone numbers. Extract 75 results per search with an Apollo Free subscription and up to 1000 results with Apollo paid subscriptions.
0.0 (0)
Pricing
$12.00/month + usage
0
Total users
41
Monthly users
41
Runs succeeded
92%
Last modified
21 days ago
Apollo Scraper
Scrape Apollo search results without using your credits. Excludes people's emails and phone numbers. Extract upto 1000 results per search with Apollo Basic (paid) subscription and 75 results with Apollo Free plan. Search People or Companies.
Instructions
- Login to Apollo.io
- Search for People or Companies.
- Copy the url which appears in your web browser when you make a search.
- Paste the Apollo.io url into this scraper.
- Copy and Paste cookies (instructions below).
- Run the scraper and it will download your search results without using Apollo credits (exluding people's emails and phone numbers).
How to copy Cookies from your web browser:
- Download the Cookie Editor Chrome Extenstion.
- Navigate to Apollo.io and login.
- Click on the extension, and allow it to access apollo.io.
- Click on the extension again. Click export (button at the bottom right of the pop-up) and select JSON. This copies Apollo.io cookies to the clipboard.
- Paste the cookies into the Cookies input field in the scraper.
Example Input - People Search
1{ 2 "search_url": "https://app.apollo.io/#/people?sortAscending=false&sortByField=%5Bnone%5D&contactEmailExcludeCatchAll=true&contactEmailStatusV2[]=verified&personLocations[]=United%20Kingdom&page=1", 3 "max_results": 75, 4 "cookies": [...] 5}
Example Input - Company Search
1{ 2 "search_url": "https://app.apollo.io/#/companies?sortAscending=false&sortByField=recommendations_score&organizationLocations[]=London%2C%20United%20Kingdom&page=1", 3 "max_results": 75, 4 "cookies": [...] 5}
Example Output - People Search
1{ 2 "id": "67ea8dfcfce7510001663946", 3 "first_name": "Marianne", 4 "last_name": "Morris", 5 "name": "Marianne Morris", 6 "linkedin_url": "http://www.linkedin.com/in/marianne-morris-038933359", 7 "title": "Senior Operations Consultant", 8 "email_status": "verified", 9 "photo_url": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2", 10 "twitter_url": null, 11 "github_url": null, 12 "facebook_url": null, 13 "extrapolated_email_confidence": null, 14 "headline": "Senior Operations Consultant at Energy How UK", 15 "email": "email_not_unlocked@domain.com", 16 "organization_id": "5e5618c9ca5526000120b5a1", 17 "employment_history": [ 18 { 19 "_id": "67ea8dfcfce7510001663950", 20 "created_at": null, 21 "current": true, 22 "degree": null, 23 "description": null, 24 "emails": null, 25 "end_date": null, 26 "grade_level": null, 27 "kind": null, 28 "major": null, 29 "organization_id": "5e5618c9ca5526000120b5a1", 30 "organization_name": "Energy How UK", 31 "raw_address": null, 32 "start_date": null, 33 "title": "Senior Operations Consultant", 34 "updated_at": null, 35 "id": "67ea8dfcfce7510001663950", 36 "key": "67ea8dfcfce7510001663950" 37 } 38 ], 39 "state": "Scotland", 40 "city": null, 41 "country": "United Kingdom", 42 "organization": { 43 "id": "5e5618c9ca5526000120b5a1", 44 "name": "Energy How UK", 45 "website_url": "http://www.energyhowuk.com", 46 "linkedin_url": "http://www.linkedin.com/company/energyhowuk", 47 "primary_phone": { 48 "number": "+44 800 772 0000", 49 "source": "Account", 50 "sanitized_number": "+448007720000" 51 }, 52 "phone": "+44 800 772 0000", 53 "linkedin_uid": "18801768", 54 "logo_url": "https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67b497c8ceddb500018e76ee/picture", 55 "primary_domain": "energyhowuk.com", 56 "sanitized_phone": "+448007720000" 57 }, 58 "departments": [ 59 "master_operations", 60 "consulting" 61 ], 62 "subdepartments": [ 63 "operations", 64 "consultant" 65 ], 66 "seniority": "senior", 67 "functions": [ 68 "operations", 69 "consulting" 70 ], 71 "intent_strength": null, 72 "show_intent": true, 73 "email_domain_catchall": false, 74 "revealed_for_current_team": true 75}
Example Output - Company Search
1{ 2 "id": "59bb9c29a6da9824a6a36c59", 3 "name": "Lululemon", 4 "website_url": "http://www.lululemon.co.uk", 5 "primary_phone": { 6 "number": "+44 20 7352 7174", 7 "source": "Yelp", 8 "sanitized_number": "+442073527174" 9 }, 10 "alexa_ranking": 185232, 11 "phone": "+44 20 7352 7174", 12 "logo_url": "https://zenprospect-production.s3.amazonaws.com/uploads/pictures/5e2aca02ea33040001b18e21/picture", 13 "primary_domain": "lululemon.co.uk", 14 "sanitized_phone": "+442073527174", 15 "owned_by_organization_id": null, 16 "organization_revenue_printed": null, 17 "organization_revenue": 0.0, 18 "intent_strength": null, 19 "show_intent": true, 20 "has_intent_signal_account": false, 21 "intent_signal_account": null 22}