We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788cd23 commit 7c0e31fCopy full SHA for 7c0e31f
examples/Enrichments.md
@@ -25,6 +25,7 @@ client = ApiClient(api_key='SECRET_API_KEY')
25
# Enriching data from Google Maps with Emails & Contacts Scraper and validating emails:
26
results = client.google_maps_search('bars ny usa', enrichment=[
27
'domains_service', # Emails & Contacts Scraper
28
- 'emails_validator_service' # Email Validator
+ 'emails_validator_service', # Email Validator
29
+ 'company_insights_service'
30
])
31
```
0 commit comments