post https://scraper-api.smartproxy.com/v2/scrape?etsy
Retrieve results from Etsy by supplying a full URL of the website to the url
parameter. In this case, additional parameters can be specified in the URL itself.
Response
Retrieve results from Etsy by supplying a full URL of the website to the url
parameter. In this case, additional parameters can be specified in the URL itself.
xxxxxxxxxx
12curl --request POST \
--url 'https://scraper-api.smartproxy.com/v2/scrape?etsy=' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"target": "ecommerce",
"url": "https://www.etsy.com/uk/listing/1067383946/black-neutral-tribal-hemp-hand-woven?ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=home+gift&ref=sr_gallery-1-3&pro=1&pop=1&referrer_page_guid=f7203cd87bf.b6708d0683e9abd2b484.00&organic_search_click=1",
"headless": "html",
"http_method": "GET"
}
'
Try It!
to start a request and see the response here! Or choose an example: