Skip to content

Commit c66cd4a

Browse files
author
vlad-outscraper
committed
update docs
1 parent d9265a6 commit c66cd4a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/Enrichments.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ client = ApiClient(api_key='SECRET_API_KEY')
2222
## Usage
2323

2424
```python
25-
# Enriching data from Google Maps with Emails & Contacts Scraper (domains_service) and validating emails with Email Validator (emails_validator_service):
26-
results = client.google_maps_search('bars ny usa', enrichment=['domains_service', 'emails_validator_service'])
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
29+
])
2730
```

0 commit comments

Comments
 (0)