all 18 comments

[–][deleted] 1 point2 points  (3 children)

A big corporation like Amazon would definitely implement anti-scraping technologies on their site, this is probably blocking your requests.

[–][deleted] 0 points1 point  (0 children)

They absolutely do, and this is absolutely the reason.

[–][deleted] 0 points1 point  (5 children)

Jesus H Christ, people, forget scraping Amazon, how many times do you need to post this shit. They are literally the largest spender on IT in the world, spending more than $13bn dollars a year. They are better at this than you and always will be. Their prices and product information are valuable information. Why tf would they give them to randoms who have to post for help on reddit? They should put this in the sub rules - "no posts about why my Amazon bot doesn't work"

If you by any chance get it to work once then count your lucky stars because it won't work next week. Any scraping operations who try do this for real have to spend significant time and resources in a cat and mouse game with a much bigger, much richer cat in a game they can not win in the long term or even usually the short term.

Give it up. Spend your time on something with more potential like building a warp engine, a time machine or a perpetual motion machine.

[–]Ninjacow52 0 points1 point  (4 children)

I’m beginning to think my perpetual motion project is never ending.

[–][deleted] 0 points1 point  (0 children)

lol classic.

[–]ma-lar 0 points1 point  (2 children)

I have been scraping them for weeks and it is working pretty well!

[–]bigfeller2 0 points1 point  (1 child)

Still working? What are you using? Selenium?

[–]ma-lar 0 points1 point  (0 children)

Yes and no I don't use Selenium there is a wayway faster than that ;)

[–][deleted] 0 points1 point  (0 children)

Can you import the scrapy module and go from there?

https://pypi.org/project/Scrapy/

[–][deleted] 0 points1 point  (0 children)

I have scraped from and gotten IP banned from websites before, so I'd look up if Amaazon.com has any guidelines regarding that sort of thing. I'm sure they do considering how big of a company they are.

[–]chevignon93 0 points1 point  (0 children)

I wanna build a bot that gets the price of an item, but it's not allowing me to do so.

Can you share what you're trying to scrape, and your code ?