I need to:
Download a parsed file of all the company names provided by http://api.crunchbase.com/v/1/companies.js
Run a query using each company name to download a parsed file of each company's information (e.g. Founded_year, funder company name), using the syntax 'http://api.crunchbase.com/v/1/company/permalink.js'
I would like to parse this data into a spreadsheet or some other format that I can then import into R for analysis.
What is the best format to import this data into R? How can I download the data and organize it into a table-like structure? (e.g. Row = company, columns = profile information like funded_year) (with the ultimate goal of analyzing it in R)