Need better company descriptions in your CRM?

Descriptions

Most of the companies in the Vainu database have a description written by the companies themselves. This is a good and short written description describing what the company does and wants to be seen. This data can be easily combined with other content like Vainu Custom Industry to give even more accurate descriptions.

Descriptions are available from the Vainu API under the "description" field. This field can be requested as a part of the response with fields parameter.

GET https://api.vainu.io/api/v2/companies/
	?country=FI
  &business_id=0807751
  2&fields=description

Example response from this business id would be following:

{
    "results": [
        {
            "description": "We are specialized delivering high quality valve sack and FIBC filling systems. Our main products are own engineering and manufacturing."
        }
    ]
}