29 lines
775 B
YAML
29 lines
775 B
YAML
id: api-abstract-company-enrichment
|
|
|
|
info:
|
|
name: Abstract Api Company Enrichment Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Enrich any domain or email with accurate company data, including headcount, location and industry.
|
|
reference:
|
|
- https://www.abstractapi.com/api/company-enrichment
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/abstract-company-enrichment
|
|
tags: token-spray,abstractapi
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://companyenrichment.abstractapi.com/v1/?api_key={{token}}&domain=airbnb.com"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"name":'
|
|
- '"domain":'
|
|
- '"year_founded":'
|
|
condition: and
|