Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi mates,

Just want to clarify on the subject if flipkart.com provides any API to use their product details in a customized manner. Please tell me if any other way is there to pull the product details from flipkart.com easily.




Best Regards,
Sunny
Posted
Updated 17-Apr-18 1:17am
v2

I think there is no API provided by flipkart.
But Flipkurl[^] is a php - curl based library to access the contents of flipkart.com site, login into it, search book listings, add books to cart, move books from to wishlist, read contents of cart, etc.

You can email a contact at flipkart and ask if they expose any APIs that you can use (they may charge for this, not sure).
As there are sites like http://www.indiabookstore.net/[^] and http://www.mysmartprice.com/[^], so they must be doing something to get the data from different websites.

Alternate method
If they don't expose APIs then you can go for asp.net screen scraping[^].

Some good articles for asp.net screen scraping are as follows.
1. Screen Scraping with C# for ASP.NET[^].
2. C# Scraping HTML Links[^].
3. .NET Screen Scraping in depth[^].
4. Screen Scraping in ASP.NET[^].

Good luck. :)
Thanks...
 
Share this answer
 
Comments
Sunny_Kumar_ 18-Dec-12 0:40am    
I've given a try to Flipkurl, but it didn't solve the purpose. It allows to search books what I want is to fetch all the book details available through the website to have a customized view. Anyway, thanks a lot for your valuable time and response, I really appreciate it.
Yes, that has some limited features.
Anyway just mail flipkart people or go for Scrapping.
Best of luck...

Please accept this answer, if it has helped you in any way.
This will help others to find the answer in one go and you will also be awarded with some points for this action...

Thanks,
Tadit
Shimply.com 4-Oct-14 7:51am    
Scraping is not a good idea. OpenLibrary.org / Shimply.com are offering this now through APIs
Ok. Thanks for the info. :)
Please see ask the owner of the site.
 
Share this answer
 
Yes sir, Flipkart Provides the Api for manage seller account you can sign up with seller account from https://seller.flipkart.com/[^] and you want to develop an application for sync account of flipkart login in https://api.flipkart.net[^]
create a new application and you can use api of Seller account.

Thanks :)
 
Share this answer
 
I have done this part using C# where products feeds and its details are fetched from Flipkart portal.
 
Share this answer
 
Comments
CHill60 25-Feb-16 8:44am    
Well done. But not exactly a helpful "solution"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900