且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Flipkart.com是否提供任何API?

更新时间:2023-12-03 18:02:52

我认为有没有由flipkart提供的API。

Flipkurl [ ^ ]是一个基于php-curl的库,用于访问flipkart.com网站的内容,登录到它,搜索书籍列表,将书籍添加到购物车,将书籍从愿望清单移动,阅读购物车内容等。



您可以通过电子邮件向flipkart的联系人发送电子邮件,询问他们是否有暴露您可以使用的任何API(他们可能会收取此费用,但不确定)。

因为有像 http://www.indiabookstore.net/ [ ^ ]和 http:/ /www.mysmartprice.com/ [ ^ ],所以他们必须做某事来从不同的网站获取数据。



替代方法

如果他们不公开API然后你可以去 asp.net屏幕抓取 [ ^ ]。



asp.net屏幕抓取的一些好文章是如下。

1. 屏幕刮痧C#for ASP.NET [ ^ ]。

2. C#刮痧HTML链接 [ ^ ]。

3. .NET屏幕深度挖掘 [ ^ ]。

4. ASP.NET中的屏幕抓取 [ ^ ]。



好运气。 :)

谢谢...


是的先生,Flipkart提供管理卖家帐户的Api,您可以使用卖家帐户注册 https://seller.flipkart.com/ [ ^ ],您想在 https://api.flipkart.net [ ^ ]

创建一个新的应用程序你可以使用卖家账户的api。



谢谢:)


请看网站的所有者。

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

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...


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 :)


Please see ask the owner of the site.