Skip to content

Commit 3707361

Browse files
authored
Update Enrichments.md
1 parent a2f7b07 commit 3707361

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/Enrichments.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ client = ApiClient(api_key='SECRET_API_KEY')
2424
```python
2525
# Enriching data from Google Maps with Emails & Contacts Scraper and validating emails:
2626
results = client.google_maps_search('bars ny usa', enrichment=[
27-
'domains_service', # Emails & Contacts Scraper: finds emails, social links, phones, and other contacts from websites,
28-
'emails_validator_service', # Email Address Verifier: validates emails, checks deliverability, filters out blacklists, spam traps, and complainers, while significantly reducing your bounce rate,
29-
'company_insights_service' # Company Insights: finds company details such as revenue, size, founding year, public status, etc,
27+
'contacts_n_leads', # Contacts & Leads Enrichment: finds emails, social links, phones, and other contacts from websites
28+
'emails_validator_service', # Email Address Verifier: validates emails, checks deliverability, filters out blacklists, spam traps, and complainers, while significantly reducing your bounce rate
29+
'company_insights_service', # Company Insights: finds company details such as revenue, size, founding year, public status, etc.
30+
'phones_enricher_service', # Phone Numbers Enricher: returns phones carrier data (name/type), validates phones, ensures messages deliverability
31+
'whitepages_phones', # Phone Numbers Enricher: returns insights about phone number owners (name, address, etc.)
3032
])
3133
```
3234

0 commit comments

Comments
 (0)