Skip to content

Commit 7c0e31f

Browse files
authored
Update Enrichments.md
1 parent 788cd23 commit 7c0e31f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Enrichments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ client = ApiClient(api_key='SECRET_API_KEY')
2525
# Enriching data from Google Maps with Emails & Contacts Scraper and validating emails:
2626
results = client.google_maps_search('bars ny usa', enrichment=[
2727
'domains_service', # Emails & Contacts Scraper
28-
'emails_validator_service' # Email Validator
28+
'emails_validator_service', # Email Validator
29+
'company_insights_service'
2930
])
3031
```

0 commit comments

Comments
 (0)