Crawl company websites and extract emails, phone numbers and links to Discord, Facebook, Instagram, LinkedIn, Pinterest, Reddit, Snapchat, Telegram, TikTok, Twitch, Twitter/X and YouTube. 2 hour trial available.
A crawler designed for lead generation and market research. Built for our own needs while collecting datasets for our directory of corporate service providers, it incorporates years of experience in web scraping. Now, we're making it available to you.
Actor automatically detects each type of contact information and deduplicates it in the output, making it easy to process and analyze the collected data. Here's what makes it stand out from the crowd:
Limitation: actor only validates the format of links found on the target website; it does not verify whether the contact information is active or correct.
Some webmasters use services like Cloudflare to protect their websites. These services can hide email addresses from crawlers like ours. That’s expected behavior, and we currently can’t bypass it. Still, feel free to share your case with us — we’re happy to take a look and help if we can.
There are a few possible reasons:
domain.com
to second.domain.com
. If the content you need is on another subdomain, include a direct link to it in the starting URL. The only exception is www.
— the actor treats www.example.com
and example.com
as the same.Not sure if our actor fits your case? The developer is around to help. You can reach out directly on Telegram: https://t.me/nikmadebeykin
The actor detects and extracts the following types of contact information:
Default output dataset will include a table with the following rows:
1{ 2 "domain": { 3 "label": "Domain", 4 "format": "text" 5 }, 6 "emails": { 7 "label": "Emails", 8 "format": "array" 9 }, 10 "phones": { 11 "label": "Phone Numbers", 12 "format": "array" 13 }, 14 "possible_phones": { 15 "label": "Possible Phone Numbers", 16 "format": "array" 17 }, 18 "discord_urls": { 19 "label": "Discord", 20 "format": "array" 21 }, 22 "facebook_urls": { 23 "label": "Facebook", 24 "format": "array" 25 }, 26 "google_maps_urls": { 27 "label": "Google Maps", 28 "format": "array" 29 }, 30 "instagram_urls": { 31 "label": "Instagram", 32 "format": "array" 33 }, 34 "linkedin_urls": { 35 "label": "LinkedIn", 36 "format": "array" 37 }, 38 "pinterest_urls": { 39 "label": "Pinterest", 40 "format": "array" 41 }, 42 "reddit_urls": { 43 "label": "Reddit", 44 "format": "array" 45 }, 46 "snapchat_urls": { 47 "label": "Snapchat", 48 "format": "array" 49 }, 50 "telegram_urls": { 51 "label": "Telegram", 52 "format": "array" 53 }, 54 "tiktok_urls": { 55 "label": "TikTok", 56 "format": "array" 57 }, 58 "tripadvisor_urls": { 59 "label": "Tripadvisor", 60 "format": "array" 61 }, 62 "trustpilot_urls": { 63 "label": "Trustpilot", 64 "format": "array" 65 }, 66 "twitch_urls": { 67 "label": "Twitch", 68 "format": "array" 69 }, 70 "whatsapp_urls": { 71 "label": "WhatsApp", 72 "format": "array" 73 }, 74 "twitter_urls": { 75 "label": "Twitter", 76 "format": "array" 77 }, 78 "yelp_urls": { 79 "label": "Yelp", 80 "format": "array" 81 }, 82 "youtube_urls": { 83 "label": "YouTube", 84 "format": "array" 85 }, 86 "pages_crawled": { 87 "label": "Source pages", 88 "format": "number" 89 }, 90 "max_depth_reached": { 91 "label": "Depth reached", 92 "format": "number" 93 } 94}
Consider the legal implications of scraping contact information and verify the legality of scraping each target website. Ensure compliance with applicable laws and website terms of service before using this tool. The authors assume no liability for improper use.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!