This commit is contained in:
Andras Fordos 2024-01-30 11:09:54 +01:00 коммит произвёл GitHub
Родитель cd1b785997
Коммит 8f8b752c6d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 165 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,120 @@
{
"swagger": "2.0",
"info": {
"title": "Abstract Company Enrichment",
"contact": {
"name": "Fördős András",
"email": "fordosa90+ipc_abstrcomp@gmail.com"
},
"description": "With Abstract's Company Enrichment API, you can get the company details of any domain, enriching existing data.",
"version": "1.0"
},
"host": "companyenrichment.abstractapi.com",
"basePath": "/",
"schemes": [
"https"
],
"consumes": [],
"produces": [],
"paths": {
"/v1/": {
"get": {
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the company.",
"title": "Name"
},
"domain": {
"type": "string",
"description": "The domain the company website is hosted on.",
"title": "Domain"
},
"year_founded": {
"type": "integer",
"format": "int32",
"description": "The year the company was founded.",
"title": "Year founded"
},
"industry": {
"type": "string",
"description": "The industry the company is operating in.",
"title": "Industry"
},
"employees_count": {
"type": "integer",
"format": "int32",
"description": "The approximate number of employees of the company.",
"title": "Employees count"
},
"locality": {
"type": "string",
"description": "The city or region the company headquarter is based in.",
"title": "Locality"
},
"country": {
"type": "string",
"description": "The country the company is based in.",
"title": "Country"
},
"linkedin_url": {
"type": "string",
"description": "The linkedin URL of the company.",
"title": "Linkedin URL"
}
}
}
}
},
"summary": "Validate",
"operationId": "Validate",
"description": "Get data and enrichment on any domain or company.",
"parameters": [
{
"name": "domain",
"in": "query",
"required": true,
"type": "string",
"description": "The domain of the company you want to get data from.",
"x-ms-summary": "Domain"
}
]
}
}
},
"definitions": {},
"parameters": {},
"responses": {},
"securityDefinitions": {
"API Key": {
"type": "apiKey",
"in": "query",
"name": "api_key"
}
},
"security": [
{
"API Key": []
}
],
"tags": [],
"x-ms-connector-metadata": [
{
"propertyName": "Website",
"propertyValue": "https://docs.abstractapi.com/company-enrichment"
},
{
"propertyName": "Privacy policy",
"propertyValue": "https://www.abstractapi.com/legal/dpa"
},
{
"propertyName": "Categories",
"propertyValue": "Data;Business Intelligence"
}
]
}

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Fördős András",
"stackOwner": "Abstract API Inc."
}
}

Просмотреть файл

@ -0,0 +1,22 @@
# Abstract's Company Enrichment
With Abstract's Company Enrichment API, you can get the company details of any domain, enriching existing data.
## Publisher: Fördős András
## Prerequisites
An AbstractAPI account is required. You can sign up for a free plan or select from the paid memberships: [https://app.abstractapi.com/api/company-enrichment/pricing/select](https://app.abstractapi.com/api/company-enrichment/pricing/select)
## Obtaining Credentials
This connector uses API-Key authentication. Once signed up, visit your profile home page to get your API-Key: [https://app.abstractapi.com/api/company-enrichment/tester](https://app.abstractapi.com/api/company-enrichment/tester)
## Supported Operations
### Validate company
Get data and enrichment on any domain or company.
## Known Issues and Limitations
There are no known issues or limitations regarding the connector.
Please reach out and connect me when you see the need for any additional extension and let us collaborate!
Important note, that the underlying service has various limitations applied (rates and data) based on your membership.