Companies


get /company

Definition

http://impactspace.com/api/company

Item Details

Further, the ImpactSpace API provides Item Detail endpoints to retrieve not only the core properties of each Node but also the details of related Items.

Such endpoints are available for the following Items:
End Points
/company
/company/geography
/company/social
/company/environmental
/company/operational
/company/funding

Parameters

name
String

Full text search of company’s name, and aliases (i.e. previous names or "also known as"), and short description (eg: impactalpha or imp )

website
String

Full text search of company’s domain name and aliases (e.g.www.google.com)

legal_structure
String

Full text search of company’s legal structures and aliases

person
String

Full text search of company's person/management and aliases

geography
String

Full text search of company's location names and aliases

social_impact
String

Full text search of company's social impact objectives and it's aliases

last_updated
Date

When provided, restricts the result set to companies where updated_at >= date
(eg: last_updated=2013-09-21 )

Common Parameter

json
String

Whole data map is displayed as formatted json or pure json based on given parameters.
Valid parameters
f - HTML formatted json
p - Pure json
Default parameter will be p.

Note

  • The /company endpoint returns a list of company summary items for every company in Impactsapce.
  • The default sort order is ascending Order by company name .
  • Users can search the /company endpoint using above mutually-exclusive free text search options.
  • A query can contain multiple parameters. These parameters are logically AND's together.




get /company/geography

Definition

http://impactspace.com/api/company/:geography

Parameter

geo
required
String

The geography of the company. Full text search or alias.

Note

  • geography – searches geography
  • geographies are companies locations
  • A call to the /company/: geography detail endpoints returns companies.

Example:

http://impactspace.com/api/company/geography?geo=africa&key=your_user_key


get /company/social

Definition

http://impactspace.com/api/company/:social

Parameter

soc
required
String

The social objective of the company. Full text search or alias.

Note

  • social – searches social impact objectives on companies
  • A call to the /company/: social detail endpoints returns companies details.

Example:

http://impactspace.com/api/company/social?soc=access&key=your_user_key


get /company/environmental

Definition

http://impactspace.com/api/company/:environmental

Parameter

env
required
String

The environmental objective of the company. Full text search or alias.

Note

  • environmental – searches environmental impact objectives on companies
  • A call to the /company/: environmental detail endpoints returns companies details.

Example:

http://impactspace.com/api/company/environmental?env=energy&key=your_user_key


get /company/operational

Definition

http://impactspace.com/api/company/:operational

Parameter

op
required
String

The operational objective of the company. Full text search or alias.

Note

  • operational – searches operational impact objectives on companies
  • A call to the /company/: operational detail endpoints returns companies details.

Example:

http://impactspace.com/api/company/operational?op=social&key=your_user_key


get /company/funding

Definition

http://impactspace.com/api/company/:funding

Parameters

fund
Number

Searches amount or size of company funding. When provided restricts result where funding >= the passed number/value.

stage
String

Full text or alias search of round of the investments.

finorg
String

Full text or alias search of company investor’s name.

Note

  • A call to the /company/: funding detail endpoints returns companies details.
  • A query can contain multiple parameters. These parameters are logically AND's together.