@@ -43,7 +43,7 @@ def scrape_search(
43
43
domain (Optional[str]): The domain to limit the search results to.
44
44
start_page (Optional[int]): The starting page number.
45
45
pages (Optional[int]): The number of pages to scrape.
46
- geo_location (Optional[str]): The Deliver to location.
46
+ geo_location (Optional[str]): The Deliver to location.
47
47
user_agent_type (Optional[str]): Device type and browser.
48
48
callback_url (Optional[str]): URL to your callback endpoint.
49
49
render (Optional[str]): Enables JavaScript rendering.
@@ -143,7 +143,7 @@ def scrape_product(
143
143
Args:
144
144
query (str): 10-symbol ASIN code.
145
145
domain (Optional[str]): The domain to limit the search results to.
146
- geo_location (Optional[str]): The Deliver to location.
146
+ geo_location (Optional[str]): The Deliver to location.
147
147
user_agent_type (Optional[str]): Device type and browser.
148
148
callback_url (Optional[str]): URL to your callback endpoint.
149
149
render (Optional[str]): Enables JavaScript rendering.
@@ -199,7 +199,7 @@ def scrape_pricing(
199
199
domain (Optional[str]): The domain to limit the search results to.
200
200
start_page (Optional[int]): The starting page number.
201
201
pages (Optional[int]): The number of pages to scrape.
202
- geo_location (Optional[str]): The Deliver to location.
202
+ geo_location (Optional[str]): The Deliver to location.
203
203
user_agent_type (Optional[str]): Device type and browser.
204
204
callback_url (Optional[str]): URL to your callback endpoint.
205
205
render (Optional[str]): Enables JavaScript rendering.
@@ -255,7 +255,7 @@ def scrape_reviews(
255
255
domain (Optional[str]): The domain to limit the search results to.
256
256
start_page (Optional[int]): The starting page number.
257
257
pages (Optional[int]): The number of pages to scrape.
258
- geo_location (Optional[str]): The Deliver to location.
258
+ geo_location (Optional[str]): The Deliver to location.
259
259
user_agent_type (Optional[str]): Device type and browser.
260
260
callback_url (Optional[str]): URL to your callback endpoint.
261
261
render (Optional[str]): Enables JavaScript rendering.
@@ -361,7 +361,7 @@ def scrape_bestsellers(
361
361
domain (Optional[str]): The domain to limit the search results to.
362
362
start_page (Optional[int]): The starting page number.
363
363
pages (Optional[int]): The number of pages to scrape.
364
- geo_location (Optional[str]): The Deliver to location.
364
+ geo_location (Optional[str]): The Deliver to location.
365
365
user_agent_type (Optional[str]): Device type and browser.
366
366
callback_url (Optional[str]): URL to your callback endpoint.
367
367
render (Optional[str]): Enables JavaScript rendering.
@@ -413,7 +413,7 @@ def scrape_sellers(
413
413
Args:
414
414
query (str): 13-character seller ID.
415
415
domain (Optional[str]): The domain to limit the search results to.
416
- geo_location (Optional[str]): The Deliver to location.
416
+ geo_location (Optional[str]): The Deliver to location.
417
417
user_agent_type (Optional[str]): Device type and browser.
418
418
callback_url (Optional[str]): URL to your callback endpoint.
419
419
render (Optional[str]): Enables JavaScript rendering.
@@ -482,7 +482,7 @@ async def scrape_search(
482
482
domain (Optional[str]): The domain to limit the search results to.
483
483
start_page (Optional[int]): The starting page number.
484
484
pages (Optional[int]): The number of pages to scrape.
485
- geo_location (Optional[str]): The Deliver to location.
485
+ geo_location (Optional[str]): The Deliver to location.
486
486
user_agent_type (Optional[str]): Device type and browser.
487
487
callback_url (Optional[str]): URL to your callback endpoint.
488
488
render (Optional[str]): Enables JavaScript rendering.
@@ -610,7 +610,7 @@ async def scrape_product(
610
610
Args:
611
611
query (str): 10-symbol ASIN code.
612
612
domain (Optional[str]): The domain to limit the search results to.
613
- geo_location (Optional[str]): The Deliver to location.
613
+ geo_location (Optional[str]): The Deliver to location.
614
614
user_agent_type (Optional[str]): Device type and browser.
615
615
callback_url (Optional[str]): URL to your callback endpoint.
616
616
render (Optional[str]): Enables JavaScript rendering.
@@ -680,7 +680,7 @@ async def scrape_pricing(
680
680
domain (Optional[str]): The domain to limit the search results to.
681
681
start_page (Optional[int]): The starting page number.
682
682
pages (Optional[int]): The number of pages to scrape.
683
- geo_location (Optional[str]): The Deliver to location.
683
+ geo_location (Optional[str]): The Deliver to location.
684
684
user_agent_type (Optional[str]): Device type and browser.
685
685
callback_url (Optional[str]): URL to your callback endpoint.
686
686
render (Optional[str]): Enables JavaScript rendering.
@@ -750,7 +750,7 @@ async def scrape_reviews(
750
750
domain (Optional[str]): The domain to limit the search results to.
751
751
start_page (Optional[int]): The starting page number.
752
752
pages (Optional[int]): The number of pages to scrape.
753
- geo_location (Optional[str]): The Deliver to location.
753
+ geo_location (Optional[str]): The Deliver to location.
754
754
user_agent_type (Optional[str]): Device type and browser.
755
755
callback_url (Optional[str]): URL to your callback endpoint.
756
756
render (Optional[str]): Enables JavaScript rendering.
@@ -816,7 +816,7 @@ async def scrape_questions(
816
816
Args:
817
817
query (str): 10-symbol ASIN code.
818
818
domain (Optional[str]): The domain to limit the search results to.
819
- geo_location (Optional[str]): The Deliver to location.
819
+ geo_location (Optional[str]): The Deliver to location.
820
820
user_agent_type (Optional[str]): Device type and browser.
821
821
callback_url (Optional[str]): URL to your callback endpoint.
822
822
render (Optional[str]): Enables JavaScript rendering.
@@ -884,7 +884,7 @@ async def scrape_bestsellers(
884
884
domain (Optional[str]): The domain to limit the search results to.
885
885
start_page (Optional[int]): The starting page number.
886
886
pages (Optional[int]): The number of pages to scrape.
887
- geo_location (Optional[str]): The Deliver to location.
887
+ geo_location (Optional[str]): The Deliver to location.
888
888
user_agent_type (Optional[str]): Device type and browser.
889
889
callback_url (Optional[str]): URL to your callback endpoint.
890
890
render (Optional[str]): Enables JavaScript rendering.
@@ -950,7 +950,7 @@ async def scrape_sellers(
950
950
Args:
951
951
query (str): 13-character seller ID.
952
952
domain (Optional[str]): The domain to limit the search results to.
953
- geo_location (Optional[str]): The Deliver to location.
953
+ geo_location (Optional[str]): The Deliver to location.
954
954
user_agent_type (Optional[str]): Device type and browser.
955
955
callback_url (Optional[str]): URL to your callback endpoint.
956
956
render (Optional[str]): Enables JavaScript rendering.
0 commit comments