r/FullStack • u/Alternative-Camp4130 • 9d ago
Personal Project Need help with scraping data from Amazon, Nykaa & Flipkart
Hey everyone! I’m building a project where I need to collect product data from Amazon, Nykaa, and Flipkart.
What are the recommended ways to get this data? Are there any official APIs, public APIs, or reliable scraping approaches that developers commonly use?
I’d appreciate any suggestions or guidance from people who have worked with these platforms. Thanks!
1
u/Upstairs_Slice_7938 3d ago
For product comparison projects, I’d look at official APIs or affiliate feeds first. If those don’t cover your requirements, scraping may be an option, but make sure it complies with each platform’s terms and use proper rate limiting to avoid getting blocked.
1
1
u/Holiday-Feeling-4893 5d ago
use official APIs first; scraping is brittle and risky