Search Products via API or Web Crawler

4

I want to develop software that displays product information. I would like to know if the great ecommerce used here in Brazil (American, Walmart, Submarine, Extra) provide some API to look for the information of its products.

Another doubt. Would it be wrong for me to develop a robot (web crawler, spider, etc.) to get this information? For example, software that accesses the Americanas website, enter a certain product, get the information I need and store it in my database? Let's say that when I display the information I got from Americanas, I link to their site containing the product. This is perhaps even good for them.

    
asked by anonymous 29.12.2015 / 11:27

2 answers

8
  

The great ecommerce used here in Brazil (American, Walmart, Submarine, Extra) provide some API to look for product information?

The only API I found to search for products in Brazil was the one from Buscapé, which you can access here .

The APIs of other companies focus on the Marketplace and the products that can be listed are only those that the user registered via API.

  

Would it be wrong to create a robot to fetch this information?

If you are going to use some API and under the terms of use, or the documentation is clear that it is prohibited then it is not allowed to create.

B2W API (American, Submarine, Shoptime) here .

API CNova (Extra, Bahia Homes, Cold Point, Cdiscount, Barateriro and Deparu Viagens) here . p>     

29.12.2015 / 12:20
1

Have you browsed the 99apis ? I think there is the best place to find any API. In fact, there's B2W and CNova , which are what you are looking for, as our colleague @ adelmo00 spoke in his reply.

It's the hint for anyone looking for other APIs out there.

    
26.12.2017 / 01:05