Getting External Traffic Sources?

Free_Fall

Newbie
Joined
Aug 27, 2011
Messages
24
Reaction score
6
Hello. Is there any way software, website chrome extension that helps to identify all the external links (back links) for a amazon product listing?

Thank you.
 
If I understand correctly you need all outgoing links from an Amazon listing?

There are many tools like this, for example search for "hacktarget external links" and you will find a tool that will work for you. I am not able to post links yet :)

Keep in mind that if you scrape Amazon products you should clean the URL's or you will get 403 errors in most of the cases.

For example if you have an URL:

Code:
amazon.com/URL/dp/CODE?ref=XXXX

You should remove all unnecessary operators after "CODE" so your URL will become:

Code:
amazon.com/URL/dp/CODE
 
No I think I misquote. For a particular product, I wanted to know how customer went to which website first and then went to that product's amazon listing.

Thank you.
 
No I think I misquote. For a particular product, I wanted to know how customer went to which website first and then went to that product's amazon listing.

Thank you.

I do not think there is such tool or at least I do not know about. If you are talking for competitor products.

If you want to track the traffic to your products, there are plenty of Amazon listing optimization tool that provide also data about referrers, rank tracking, etc.

Common way is also to use a link shortening service and track the visits by the shortener analytics system.
 
Back
Top