Data scraping from amazon

any idea why I am not able to see the url from amazon when I scrape the name of products?

image

Hey I tried with any another product and was possible to get amazon url.


Could you, please, give me the url or any keyword of your product? So I can try as well and give back to you.

Thank you,

Keyword search is “Murad”

Hi sir,

Found out the issue.

The “URL” returned by amazon for these products are some kind of “endpoint”/ url, I mean, try to get what is returned by datascraping and concatenate with https://www.amazon.com/ before.

For example:

PRODUCT → The Last Girl: My Story of Captivity, and My Fight Against the Islamic State

URL RETURNED BY DSCRAPING → /Last-Girl-Captivity-Against-Islamic/dp/1524760447/ref=sr_1_1?keywords=Murad&qid=1565060211&s=gateway&sr=8-1\r\n

CONCATENATE ADD https://www.amazon.com → https://www.amazon.com/Last-Girl-Captivity-Against-Islamic/dp/1524760447/ref=sr_1_1?keywords=Murad&qid=1565060211&s=gateway&sr=8-1\r\n

I also attached the xaml file, just change the path of write csv activity according your pc.

amazonURL.zip (6.0 KB)

Thank you,

1 Like

thank you so much!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.