Gelbeseiten Email Scraper avatar

Gelbeseiten Email Scraper

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Gelbeseiten Email Scraper

Gelbeseiten Email Scraper

Gelbeseiten Email Scraper extracts publicly indexed email addresses from Gelbeseiten using targeted keywords, location filters, custom email domains, and exclusion terms. Build structured contact datasets with titles, descriptions, URLs, and emails for business research and lead generation.

Pricing

from $1.49 / 1,000 results

Rating

0.0

(0)

Developer

Email Scraper

Email Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Gelbeseiten Email Scraper

The Gelbeseiten Email Scraper extracts publicly indexed email addresses associated with Gelbeseiten.de search results using targeted keywords, optional location filters, and configurable email domains. It is designed for users who need structured contact data from relevant Gelbeseiten listings for business research, lead research, contact discovery, and dataset creation.

Provide one or more search keywords, optionally specify a country, state, or city, select the email domains you want to find, and optionally exclude descriptions containing specific words or phrases. The Actor returns structured records containing the keyword, result title, description, URL, and extracted email address.

The Actor processes multiple keyword and email-domain combinations independently, while avoiding duplicate email addresses across the overall run. Results are added to the Apify dataset as they are collected.

🔍 Search-focused extraction: Results are collected from publicly indexed Gelbeseiten search information. An email address must be present in the indexed result description for it to be extracted.

What Is the Gelbeseiten Email Scraper?

The Gelbeseiten Email Scraper is an email extraction and contact research tool for Gelbeseiten.de. Instead of manually searching business listings and checking individual results for contact information, you can define search terms and let the Actor process the corresponding search combinations automatically.

The Actor is particularly useful when your research starts with a business category, profession, service, or other descriptive keyword. For example, you can search using terms such as Unternehmen, Restaurant, Immobilienmakler, Zahnarzt, or other relevant phrases.

You can also combine multiple keywords with multiple email domains. This allows you to create targeted searches such as:

  • Restaurant + @gmail.com
  • Restaurant + @outlook.com
  • Immobilienmakler + @gmail.com
  • Zahnarzt + @yahoo.com

An optional location can further narrow the search.

Key Features

FeatureDescriptionUser Benefit
Keyword-based searchSearch Gelbeseiten using one or more keywords or queriesTarget specific business or professional categories
Location filteringOptionally add a country, state, or cityFocus research on a geographic area
Custom email domainsSpecify email suffixes such as @gmail.com or @yahoo.comTarget the types of email addresses you need
Per-combination limitsSet a maximum email target for each keyword and domain combinationControl the depth of each search
Exclude wordsSkip descriptions containing selected words or phrasesRemove unwanted results from collection
Duplicate preventionPreviously collected email addresses are not added againKeep the dataset cleaner
Structured datasetResults are pushed into an Apify datasetMake collected data easier to review and process
Multiple search combinationsProcess multiple keywords and domains during one runExpand research coverage systematically

What Data Can You Extract?

Each collected record contains five user-facing fields:

  • keyword — The keyword associated with the search that produced the result.
  • title — The title of the indexed Gelbeseiten result.
  • description — The description or search-result snippet associated with the result.
  • url — The URL associated with the indexed result.
  • email — The email address extracted from the available description text and matching the configured email domain.

The Actor does not return a separate profile schema containing additional fields such as phone numbers, ratings, addresses, categories, or social profiles. The documented output is focused on email-oriented contact research.

📊 Structured output: Every collected email is associated with the search keyword, result title, description, and URL that provided the contact context.

Why Use This Actor?

Manual contact research can require repeatedly entering searches, reviewing results, identifying email addresses, and organizing the information into a usable dataset. The Gelbeseiten Email Scraper turns that repetitive search workflow into a configurable Apify Actor.

It is useful when your research requires:

  • Multiple search keywords
  • Multiple email-domain patterns
  • Optional geographic targeting
  • Exclusion of unwanted descriptions
  • Structured email results
  • Duplicate-aware collection
  • A reusable Apify dataset

Because the Actor works with search-indexed information, it is especially suitable for discovery workflows where the goal is to identify publicly indexed email addresses connected with relevant Gelbeseiten results.

Benefits

The main practical benefits include:

  • Automation: Reduce repetitive manual searching for publicly indexed contact information.
  • Targeted discovery: Use specific keywords rather than relying on a single broad search.
  • Geographic targeting: Add a location when your research needs regional results.
  • Domain targeting: Search for specific email domain suffixes.
  • Filtering: Exclude descriptions containing words or phrases that do not match your research.
  • Structured data: Receive consistent fields in the Apify dataset.
  • Duplicate reduction: The Actor tracks previously collected email addresses so the same email is not repeatedly added.
  • Flexible research: Combine different keywords and domain suffixes for broader or more focused collection.

How to Use the Gelbeseiten Email Scraper

The basic workflow is straightforward:

  1. Enter one or more keywords in the keywords field.
  2. Optionally enter a country, state, or city in location.
  3. Add the email domains you want to search for in customDomains.
  4. Set maxEmails according to the desired collection target.
  5. Optionally add words or phrases to excludeWords.
  6. Start the Actor.
  7. Review the resulting records in the Apify dataset.

For better targeting, use several specific search terms instead of relying on one very broad keyword. For example, a business research project could use Restaurant, Café, Italian Restaurant, and Restaurant Betreiber as separate search terms.

Input

The Actor requires the keywords field. All other documented fields are optional.

FieldTypeRequiredDefaultDescription
keywordsArray of stringsYes["Unternehmen", "Restaurant"]Keywords or queries used to search Gelbeseiten
locationStringNo""Optional country, state, or city used to narrow searches
customDomainsArray of stringsNo["@gmail.com"]Email domain suffixes to search for
maxEmailsIntegerNo5Maximum target per keyword + domain combination; allowed range is 1–10,000
excludeWordsArray of stringsNo[]Words or phrases that cause a result description to be skipped

The keywords field accepts multiple values. The customDomains field also accepts multiple email suffixes.

location can be left empty when geographic filtering is not required.

The maxEmails value applies independently to each keyword and email-domain combination. For example, two keywords and three domains create six combinations, each with its own configured target. Because duplicate email addresses are tracked globally, the final number of unique records can still be lower than the theoretical combined target.

⚙️ Limit range: maxEmails accepts values from 1 through 10000. Lower targets are useful for smaller test runs, while larger targets can increase search depth where enough indexed results are available.

Input Example

{
"keywords": [
"Restaurant",
"Immobilienmakler",
"Zahnarzt"
],
"location": "Berlin",
"customDomains": [
"@gmail.com",
"@yahoo.com",
"@outlook.com"
],
"maxEmails": 20,
"excludeWords": [
"crypto",
"onlyfans"
]
}

Output

The Actor writes collected records to the Gelbeseiten Emails Dataset. The public dataset view contains the following fields:

FieldDescription
keywordSearch keyword responsible for the result
titleTitle of the indexed search result
descriptionSearch-result description or snippet containing the relevant context
urlURL associated with the indexed result
emailEmail address extracted from the description and matching the selected domain

The email is extracted from the available indexed description text. Consequently, a matching email must be present in the search information available to the Actor.

📤 Output format: Results are stored as structured Apify dataset records with keyword, title, description, URL, and email fields.

Output Example

{
"keyword": "Restaurant",
"title": "Example Restaurant Berlin",
"description": "Example Restaurant in Berlin. Contact: example@gmail.com",
"url": "https://www.gelbeseiten.de/...",
"email": "example@gmail.com"
}

The example above is illustrative. Actual titles, descriptions, URLs, and email addresses depend on the publicly indexed search results available for your selected inputs.

Use Cases

The Gelbeseiten Email Scraper can support several legitimate data research workflows:

  • Business lead research: Identify publicly indexed email contacts associated with relevant businesses.
  • Market research: Explore businesses within selected categories and locations.
  • Local business research: Combine business-related keywords with cities or regions.
  • B2B research: Search for business categories and company-domain email addresses.
  • Contact discovery: Find publicly indexed email addresses matching selected domain suffixes.
  • Dataset creation: Build structured contact datasets for further analysis.
  • Competitive research: Collect publicly indexed business contact information for market analysis.
  • Research workflows: Gather search-based contact information for further manual review and validation.
  • Keyword research: Compare the types of businesses and contacts surfaced by different search terms.

Use collected information responsibly and in accordance with applicable laws, website terms, and privacy requirements.

Competitive Advantages

The Actor provides several practical configuration options in a single workflow:

  • Multiple keywords can be processed in one run.
  • Multiple email domains can be configured.
  • Geographic filtering is optional.
  • Exclusion terms provide additional result filtering.
  • Per-keyword and per-domain targets can be configured.
  • Duplicate email addresses are tracked across the run.
  • Results are stored in a structured Apify dataset.

These capabilities make the Actor suitable for users who want more control than a single manual search query provides.

Advantages

The Gelbeseiten Email Scraper is designed around configurable search-based contact discovery rather than a fixed search category.

Key advantages include:

  • Flexible keyword selection
  • Optional location targeting
  • Configurable email-domain matching
  • Exclusion-word filtering
  • Structured dataset output
  • Multiple search combinations
  • Duplicate-aware collection
  • Adjustable email targets
  • Incremental dataset collection

This makes it possible to adapt a run to different business categories, locations, and contact research requirements without changing the Actor itself.

Limitations

There are several important limitations to understand before running large searches:

  • The Actor depends on publicly indexed search information, so it cannot guarantee that every Gelbeseiten profile or email address will be found.
  • An email generally needs to appear in the available search-result description for it to be extracted.
  • Results depend on the keywords, domains, and optional location supplied by the user.
  • A narrow search can produce fewer results than expected.
  • An email target is a collection target, not a guarantee that that number of unique emails exists.
  • Duplicate email addresses are removed from the overall collected set, which can reduce the final number of records.
  • Exclusion terms can intentionally remove otherwise relevant results if they appear in a description.
  • Free-tier execution is limited by the Actor's configured free-user ceiling of 100 emails.
  • Search availability and indexed content can change over time.

💡 Important: A maxEmails value represents how many addresses the Actor should attempt to collect for each keyword/domain combination. It does not guarantee that the requested number will be available.

Pros and Cons

ProsCons
Multiple keywords can be processedResults depend on indexed search information
Supports location filteringNot every business listing will contain an indexed email
Supports custom email domainsNarrow queries can return sparse results
Includes exclusion filteringRequested targets are not guaranteed
Produces structured dataset recordsDuplicate emails reduce the final unique count
Configurable per-combination targetsSearch results can vary over time

Comparison With Alternative Approaches

CapabilityGelbeseiten Email ScraperManual Search
Multiple keyword searchesSupportedRequires repeated searches
Multiple email domainsSupportedRequires separate filtering
Location parameterSupportedEntered manually into searches
Exclude-word filteringSupportedRequires manual review
Structured datasetSupportedUsually requires manual organization
Duplicate trackingSupportedRequires manual checking
Adjustable collection targetSupportedManually controlled
Automated collectionSupportedPrimarily manual

This comparison describes workflow differences rather than claiming that one approach is appropriate for every research project.

Best Practices

For more useful results, consider the following practices:

  • Start with a small maxEmails value to validate your keywords.
  • Use several specific keywords instead of relying on one broad term.
  • Add related professional or business terms when initial results are sparse.
  • Use location when geographic relevance matters.
  • Leave location empty when you want broader coverage.
  • Add several relevant email domains when you need wider email-domain coverage.
  • Use excludeWords carefully because matching descriptions are skipped entirely.
  • Review the first results before increasing the collection target.
  • Remember that duplicate email addresses are not added repeatedly.
  • Validate important contact information before using it in downstream business processes.

Troubleshooting

Empty Results

Check that your keywords are relevant and not overly restrictive. Try broader or related terms, remove an unnecessary location filter, or review the selected email domains.

Too Few Emails

A low result count does not necessarily indicate an error. The requested target depends on what is publicly indexed and what matching email addresses are available. Try additional keywords or relevant domains.

Unexpectedly Missing Results

Review excludeWords. If a selected word or phrase appears in a result description, that entire description is skipped.

Location Produces Sparse Results

A specific location can narrow the search significantly. Try a broader city or region, or leave the location empty when geographic filtering is not required.

Target Is Not Reached

maxEmails is a target rather than a guarantee. The Actor can only collect matching addresses that are available in the indexed search results.

Repeated Email Addresses Are Missing

This is expected. The Actor tracks previously collected email addresses and avoids adding the same email repeatedly.

Large Runs Take Longer

Broader searches involving many keywords and email domains naturally require more search combinations. For wide runs, allow sufficient Actor run time.

Frequently Asked Questions

What does the Gelbeseiten Email Scraper do?

It searches publicly indexed Gelbeseiten information using your configured keywords and email domains, then extracts matching email addresses into structured dataset records.

What inputs does the Gelbeseiten Email Scraper support?

The required input is an array of keywords. Optional inputs include location, customDomains, maxEmails, and excludeWords.

Can I use multiple keywords?

Yes. The keywords field accepts multiple search terms, allowing you to target different business categories or related phrases in one run.

Can I search a specific city or region?

Yes. Enter a country, state, or city in location. Leave it empty when you do not want a geographic filter.

Can I search for specific email domains?

Yes. Use customDomains to specify suffixes such as @gmail.com, @yahoo.com, @outlook.com, or relevant business domains.

What does maxEmails control?

It controls the target number of email addresses for each keyword and email-domain combination. It is not a guarantee of the final number of unique records.

What does excludeWords do?

If a configured word or phrase appears in a result description, that description is skipped and no email is collected from it. Single-word matching is case-insensitive and uses whole-word matching.

Does the Actor return full Gelbeseiten profiles?

No. The documented output contains the keyword, result title, description, URL, and extracted email. It is focused on search-based email discovery rather than returning a complete profile schema.

Why can the final number of emails be lower than my combined targets?

Some searches may not contain enough matching indexed emails, and duplicate email addresses are only counted once across the run.

Can I use the results for research and automation workflows?

Yes. The structured Apify dataset can be used as the output of a broader research or automation workflow, subject to your own data-use requirements and applicable rules.

NLP Keywords

  • Gelbeseiten Email Scraper
  • Gelbeseiten email extraction
  • Gelbeseiten contact scraper
  • Gelbeseiten email finder
  • Gelbeseiten.de email scraper
  • Gelbeseiten lead scraper
  • Gelbeseiten contact extraction
  • Gelbeseiten business leads
  • Gelbeseiten professional contacts
  • Gelbeseiten email addresses
  • Gelbeseiten lead generation
  • Gelbeseiten contact discovery
  • Gelbeseiten search scraper
  • Gelbeseiten data extraction
  • Gelbeseiten public contact data
  • Gelbeseiten keyword search
  • Gelbeseiten location search
  • Gelbeseiten business contact data
  • Gelbeseiten structured dataset
  • Gelbeseiten research data
  • scrape emails from Gelbeseiten
  • extract emails from Gelbeseiten.de
  • find Gelbeseiten email addresses
  • Gelbeseiten contact data scraper
  • Gelbeseiten.de contact finder
  • Gelbeseiten lead generation scraper
  • Gelbeseiten business email finder
  • Gelbeseiten professional email finder
  • Gelbeseiten keyword email extractor
  • Gelbeseiten email lead scraper
  • Gelbeseiten contact research tool
  • Gelbeseiten email data extraction
  • Gelbeseiten public email discovery
  • Gelbeseiten business contact extraction
  • Gelbeseiten location-based email search
  • Gelbeseiten email search by keyword
  • Gelbeseiten email search by domain
  • Gelbeseiten contact dataset
  • Gelbeseiten lead research tool
  • Gelbeseiten email collection

Final Overview

The Gelbeseiten Email Scraper provides a configurable way to discover publicly indexed email addresses associated with Gelbeseiten.de search results. Users can combine multiple keywords, optional locations, custom email domains, collection targets, and exclusion terms to create targeted contact research workflows.

The output is organized into a structured Apify dataset containing the keyword, title, description, URL, and extracted email. Duplicate addresses are avoided, while the configurable search combinations allow users to adjust the scope of their research.

For best results, begin with focused keywords, test a small target, review the returned data, and then expand the keyword, location, or domain configuration when broader coverage is needed.

Contact me: Alphascraper69@gmail.com