Search Results Email & Contact Info Scraper avatar

Search Results Email & Contact Info Scraper

Under maintenance
Try for free

2 hours trial then $20.00/month - No credit card required now

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Search Results Email & Contact Info Scraper

Search Results Email & Contact Info Scraper

moving_beacon-owner1/my-actor-18
Try for free

2 hours trial then $20.00/month - No credit card required now

Easily gather contact information with this friendly Apify actor! Simply enter your search queries, and it will automatically extract email addresses and details from business listings, personal websites, and other public sources. It's like having a personal assistant for all your needs!.

Search Results Email & Contact Info Scraper

Overview
This Apify Actor is designed to perform searches using DuckDuckGo and extract contact information, including email addresses and phone numbers, from the results. It supports a variety of searches, such as text, video, and news, and utilizes Apify's proxy services to ensure privacy and effectiveness.

Key Features

  • Text Search: Extracts email addresses and phone numbers from text-based search results.
  • Site-Specific Search: Targets contact information from a specific website domain.
  • Video Search: Retrieves relevant video search results along with associated contact info.
  • News Search: Collects contact details from news articles related to a specific query.
  • Proxy Support: Leverages Apify’s residential proxies to maintain search anonymity.
  • Data Export: Saves data in Apify datasets, with export options available in multiple formats.

Input Configuration
Here’s how to input your parameters in JSON format:

1{
2  "search": "lawyers in lahore",
3  "searchType": "text",
4  "maxResults": 100,
5  "filterEmailProvider": null,
6  "linkedSites": null
7}

Input Parameters

ParameterTypeDescription
searchStringThe query for search (e.g., "lawyers in Lahore").
searchTypeStringSearch type: text, video, or news.
maxResultsIntegerNumber of results (default: 100).
filterEmailProviderStringOptional: Filter based on email providers (e.g., gmail.com).
linkedSitesStringOptional: Search within a specific domain (e.g., example.com).

Output Format
The results are stored in an Apify dataset and structured as shown below:

1[
2  {
3    "title": "Sample Title",
4    "link": "https://example.com",
5    "emails": ["example@example.com"],
6    "phone_numbers": ["+1234567890"]
7  }
8]

Output Fields

Field NameTypeDescription
titleStringTitle of the search result.
linkStringURL of the result.
emailsArrayList of extracted emails.
phone_numbersArrayList of extracted phone numbers.

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 0 No bookmarks yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 3 hours ago