Kimball,
Thanks for responding. I am currently using that approach on my Yahoo
Pipe. See here:
http://pipes.yahoo.com/startuphouston/1caf3b61a7d1eece074b1e302b9f66a9
Here is what my pipe does:
-----------------------------------------
1) It does a query of the CrunchBase API like so:
http://api.crunchbase.com/v/1/search.js?query=houston
2) Then I have it take a look at the Total number of results and
divide by 10 to derive the number of pages to call. (currently it
returns 68 entities)
3) It then recurses through each of the pages and pulls out the
permalink to each entity and loops through each, pulling out all the
JSON data
4) It then filters the results based on whether the entity is a
Company or not (this leaves me with 35 entities)
5) Yahoo Pipes then lets me output this list as a map, a list, a
rotating image display, and more.
However, I am running into some problems.
-----------------------------------------------------------------------
- First, my query only currently returns a total of 35 Houston
Companies and I can see from the CrunchBase Company Search that there
are closer to 80
(see here:
http://www.crunchbase.com/maps/search?range=20&geo=houston%2C+tx
)
- Querying for Houston through the API returns all kinds of entities
and I have no idea which fields it is querying within CrunchBase (all
of them?), therefore I don't know if I am using the best approach or
not
Here are my questions:
----------------------------------
- Why is the Crunchbase Companies Search returning so many more
Houston Companies than my query?
- Is it because TechCrunch has direct access to the
CrunchBase data and you are able to use more powerful SQL queries than
I am able to use in the API?
- Or is there some other way to structure my query through
the API that would be more effective?
- Would it be better to do a bunch of queries based on the zip codes
from the Houston area to get better results?
Any help or insight you can provide is greatly appreciated.
Thanks in Advance!
Kurt
On Oct 20, 12:46 pm, Kimball <
kbigho...@gmail.com> wrote:
> See the search documentation athttp://
groups.google.com/group/crunchbase-api/web/api-v1-documentation.