Skip to content

Commit bfc6704

Browse files
authored
Update api_client.py
Domain name
1 parent f0bed8d commit bfc6704

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

outscraper/api_client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def google_maps_search(self, query: Union[list, str], limit: int = 20, drop_dupl
277277
Returns:
278278
list|dict: JSON result
279279
280-
See: https://app.outscraper.cloud/api-docs#tag/Google/paths/~1google-maps-search/get
280+
See: https://app.outscraper.com/api-docs#tag/Google/paths/~1google-maps-search/get
281281
'''
282282

283283
queries = as_list(query)
@@ -588,7 +588,7 @@ def contacts_and_leads(self, query: Union[list, str], fields: Union[list, str] =
588588
Returns:
589589
list|dict: JSON result
590590
591-
See: https://app.outscraper.cloud/api-docs#tag/Email-Related/paths/~1contacts-and-leads/get
591+
See: https://app.outscraper.com/api-docs#tag/Email-Related/paths/~1contacts-and-leads/get
592592
'''
593593
queries = as_list(query)
594594
wait_async = async_request or len(queries) > 1
@@ -1345,7 +1345,7 @@ def similarweb(self, query: Union[list, str], fields: Union[list, str] = None, a
13451345
Returns:
13461346
list|dict: JSON result
13471347
1348-
See: https://app.outscraper.cloud/api-docs#tag/Domain-Related/paths/~1similarweb/get
1348+
See: https://app.outscraper.com/api-docs#tag/Domain-Related/paths/~1similarweb/get
13491349
'''
13501350

13511351
queries = as_list(query)
@@ -1377,7 +1377,7 @@ def company_websites_finder(self, query: Union[list, str], fields: Union[list, s
13771377
Returns:
13781378
list|dict: JSON result
13791379
1380-
See: https://app.outscraper.cloud/api-docs#tag/Domain-Related/paths/~1company-website-finder/get
1380+
See: https://app.outscraper.com/api-docs#tag/Domain-Related/paths/~1company-website-finder/get
13811381
'''
13821382

13831383
queries = as_list(query)

0 commit comments

Comments
 (0)