string(162) " 301 Moved Permanently

301 Moved Permanently


nginx
" string(162) " 301 Moved Permanently

301 Moved Permanently


nginx
" string(162) " 301 Moved Permanently

301 Moved Permanently


nginx
" string(162) " 301 Moved Permanently

301 Moved Permanently


nginx
" string(162) " 301 Moved Permanently

301 Moved Permanently


nginx
" string(162) " 301 Moved Permanently

301 Moved Permanently


nginx
" BizVizz

Search here for company records

API Documentation

Company Methods

NOTE:

All API calls that return a company object will return a field called influence_id. This is a unique identifer for this company that can be used in association with the Influence Explorer API. Bizvizz uses Influence Explorer to retrieve all campaign contribution data for our companies. In order to also access this data as a developer, one must also get an API key from Influence Explorer and make the proper calls to their API.

Explore Companies

Returns a set of companions based on various search criteria.

HTTP Method GET

Parameters

Field Required Options Default Description
api_key Required Any valid developer API key None The developers requested API key.
max_results Optional Any non-negative integer 25 The maximum number of companies to be returned. Useful for pagination.
order Optional ASC, DESC ASC The way the companies will be sorted when returned. This is also dependent on the order_field parameter.
order_field Optional
  • federal_tax - Federal tax in millions the company has paid.
  • federal_tax_rate - Federal tax rate percentage the company has paid.
  • hq_city - The city the company's headquarters are located.
  • hq_state - The state the company's headquarters are located.
  • name - The name of the company.
  • profit - Profits in millions the company has received.
name The company field that the results will be ordered by when returned.
search_term Optional Any text string relevant to a company search None The text string search used to refine the overall company results.
start_index Optional Any non-negative integer 0 The index to begin results at. Used in conjunction with max_results to provide pagination.

Response

See Example Response
					
									
				

Back to Top

List Companies by Industry

Returns a set of companions in a particular industry.

HTTP Method GET

Parameters

Field Required Options Default Description
api_key Required Any valid developer API key None The developers requested API key.
industry_id Required Any valid industry id None The id of the industry that you want to return companies by.
max_results Optional Any non-negative integer 25 The maximum number of companies to be returned. Useful for pagination.
order Optional ASC, DESC ASC The way the companies will be sorted when returned. This is also dependent on the order_field parameter.
order_field Optional
  • federal_tax - Federal tax in millions the company has paid.
  • federal_tax_rate - Federal tax rate percentage the company has paid.
  • hq_city - The city the company's headquarters are located.
  • hq_state - The state the company's headquarters are located.
  • name - The name of the company.
  • profit - Profits in millions the company has received.
name The company field that the results will be ordered by when returned.
start_index Optional Any non-negative integer 0 The index to begin results at. Used in conjunction with max_results to provide pagination.

Response

See Example Response
					
									
				

Back to Top

Return a Single Company

Returns a single company based on a company ID.

HTTP Method GET

Parameters

Field Required Options Default Description
api_key Required Any valid developer API key None The developers requested API key.
id Required Any valid company ID None The id of the company to be returned.

Response

See Example Response
				
									
				

Back to Top

Industry Methods

List all Industries

Returns all of the industries.

HTTP Method GET

Parameters

Field Required Options Default Description
api_key Required Any valid developer API key None The developers requested API key.

Response

See Example Response
				
									
				

Back to Top

Brand Methods

List Brands by Company ID

Returns all brands for a particular company.

HTTP Method GET

Parameters

Field Required Options Default Description
api_key Required Any valid developer API key None The developers requested API key.
company_id Required Any valid company ID None The company_id of the company to return brands for.

Response

See Example Response
				
									
				

Back to Top

Subsidy Methods

List Subsidies by Company ID

Returns all subsidies for a particular company.

HTTP Method GET

Parameters

Field Required Options Default Description
api_key Required Any valid developer API key None The developers requested API key.
company_id Required Any valid company ID None The company_id of the company to return brands for.

Response

See Example Response
				
									
				

Back to Top