Questions tagged [kimono]

UPDATE: KimonoLabs was acquired by Palantir in early 2016, and no longer supports this product. Kimono is a web-scraping tool by KimonoLabs that turns any data on the web into an API. The user selects data from a web page, and Kimono builds a model of the data. Kimono then provides that data in an API, and revisits the original page periodically to keep the API up-to-date.

Kimono has announced that it will shut down the service on february 29 2016

Kimono is a web-scraping tool by Kimono Labs that turns any data on the web into an API. Using Kimono's browser extension, you define the sites and objects (CSS selectors) you want to crawl. Output formats include JSON, CSV and RSS.

Kimono Labs hosts the crawls and the results. It also supplies API keys and links to the API for a number of commonly used web app frameworks:

  • Curl
  • jQuery
  • Node.js
  • PHP
  • Python 2
  • Python 3
  • Ruby
  • R
  • Go

Crawl scheduling and myriad config options are available. As of the writing of this tag wiki, the Kimono API is in beta.

Further reading

Kimono About

48 questions
-1
votes
4 answers

Kimono Desktop Stopped Working?

Anyone having trouble building API's with the new Kimono Desktop app. When I click create API the browser just stays on create API screen loading but nothing happens. I even tried building an API that is the same as one I built when Kimono was…
Total n00b
  • 11
  • 1
-1
votes
1 answer

Scraping past page 25 with KimonoAPI from Kimonolabs

I'm trying to capture some information from an architects register but I can only scrape down 25 pages, how can I access pages after page 25? Example URL http://architects-register.org.uk/search/address/london
-1
votes
2 answers

Updating Meteor hourly by importing json

I am trying to automatically update Meteor, to be more specific Meteor-based Telescope framework with json regularly, each hour. To be more specific, json will be generated by Kimono Labs. So I am just trying to glue the two together. Each hour…
1 2 3
4