
Deep Email, Phone, & Social Media Scraper
Pricing
$8.00 / 1,000 emails

Deep Email, Phone, & Social Media Scraper
A powerful tool that extracts emails, phone numbers, and social media profiles from any website. It intelligently navigates, prioritizing pages likely to have contact info - even deep in the site. Perfect for lead generation, market research, competitive analysis, and building contact databases.
5.0 (4)
Pricing
$8.00 / 1,000 emails
19
Monthly users
146
Runs succeeded
98%
Response time
7.7 hours
Last modified
2 months ago
Issue with Dynamic Input Configuration in Deep Email Web Scraper Actor
Closed
Hello!
I’m using your Deep Email Web Scraper Actor to scrape emails from websites, but I’m experiencing an issue with how it handles dynamic input.
I’m sending input via TaskMagic, which extracts URLs from a database and passes them to the Actor in a JSON payload like this:
json { "input": { "websites": ["https://example.net/"] } }
While TaskMagic sends the data correctly, the Actor ignores the dynamic input and instead processes the static placeholder (http://placeholder.com) defined in the Actor’s input configuration:
json { "removeDuplicateEmails": true, "websites": ["http://placeholder.com"] }
Apify doesn’t allow leaving the websites field empty, so I used a placeholder. However, the logs show the Actor is using the placeholder instead of the URLs passed dynamically:
plaintext websites: [ 'http://placeholder.com' ] 'input.websites': [ 'https://example.net/' ]
Could you please help me understand how to make the Actor process the dynamically passed input.websites instead of the placeholder?
Thank you for your support!
dadegen87
peterasorensen (peterasorensen)
Hi there! Sorry for the delay here. I am unable to view your test run, as it seems to be under your private account. That being said, I'd have to guess this is a simple malformed JSON. I don't know the specifics of TaskMagic and if there's any wrappers there, but as for my own runs on this Actor, I don't need a top level "input" key. So instead of:
1{ 2 "input": { 3 "removeDuplicateEmails": true, 4 "websites": [ 5 "https://www.southampton.ac.uk/people" 6 ] 7 } 8}
just
1{ 2 "removeDuplicateEmails": true, 3 "websites": [ 4 "https://www.southampton.ac.uk/people" 5 ] 6}
sould be good enough.
peterasorensen (peterasorensen)
Closing this due to inactivity.
Pricing
Pricing model
Pay per resultThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Price per 1,000 items
$8.00