Problems when scraping Amazon

Unfortunalty this is a private method/endpoint, hope you can understand it. I don't use Product Advertising API as I am not even using it for affiliate marketing but I use it for botting.

I understand to a point. But do you mean you are hosting a private endpoint on your server, or it's an internal Amazon API that you have gotten access to?

If you can't share this, then why are you even talking about it?
 
I understand to a point. But do you mean you are hosting a private endpoint on your server, or it's an internal Amazon API that you have gotten access to?

If you can't share this, then why are you even talking about it?

People sometimes hint at solutions without being able to fully disclose them due to confidentiality or other constraints. It can be frustrating but it's often a way of acknowledging a problem exists without violating any agreements
 
People sometimes hint at solutions without being able to fully disclose them due to confidentiality or other constraints. It can be frustrating but it's often a way of acknowledging a problem exists without violating any agreements


Still sounds like BS to me...

Your not hinting at a problem existing. Your hinting at a solution to a problem that the OP has confirmed exists.. and you are only saying enough for it to sound like you have a solution. I guess you are trying to bait OP into your DMs so you can try and sell him something?

Because either way your posts here on this thread are not helpful to anybody which is contrary to the spirit of this whole forum.
 
Still sounds like BS to me...

Your not hinting at a problem existing. Your hinting at a solution to a problem that the OP has confirmed exists.. and you are only saying enough for it to sound like you have a solution. I guess you are trying to bait OP into your DMs so you can try and sell him something?

Because either way your posts here on this thread are not helpful to anybody which is contrary to the spirit of this whole forum.
I was answering your question about why people mention things they can't share. If you think discussing unhelpful posts is contrary to forum spirit, why are you doing exactly that?
 
they serve diff layouts depending on headers, cookies, IP and even load timing. maybe it's lazy loading not tied to scroll. also check page source in selenium (not driver.page_source) vs manual browser to see if content is missing or just not rendered. amazon’s def messing with your request. clean up your fingerprint, wait for specific elements and make the bot look more normal
 
they serve diff layouts depending on headers, cookies, IP and even load timing. maybe it's lazy loading not tied to scroll. also check page source in selenium (not driver.page_source) vs manual browser to see if content is missing or just not rendered. amazon’s def messing with your request. clean up your fingerprint, wait for specific elements and make the bot look more normal

100% I noticed this before.
 
Back
Top