Usage
Classifies raw input (title, company, etc.) into bizographics.
URL
http://api.bizographics.com/v2/classify.format
Formats
json,xml
HTTP Method
GET
Parameters
api_key: Required.callback: Optional. Only available for json
format. If supplied the response will use the JSONP format
with the callback of the given name.title: raw job title, e.g. "Senior VP of
Marketing"domain: company domain, e.g. bizo.comcompany: company name, e.g. Bizo, Inc.gender: e.g. Femalelocation: e.g. San Francisco, CAeducation: raw degree information, e.g. B.S.
in Computer Scienceemail: sha1 hash of email address, e.g.
2df77ea3ad5752cba4bf8c510f6ca1eb793859d0ip_address: raw IP address, e.g. 98.234.149.74
Response
See the section: Bizographic data format.
Example request
http://api.bizographics.com/v2/classify.json?api_key=XXXXX&title=Senior%20VP%20of%20Marketing&domain=bizo.com |