Skip to main content
POST
/
api
/
new_jersey
/
companies
/
search
/new_jersey/companies/search
curl --request POST \
  --url https://api.anysite.io/api/new_jersey/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "name": "<string>",
  "count": 250,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "@new_jersey_company_search_item",
    "city": "<string>",
    "legal_form": "<string>",
    "legal_form_code": "<string>",
    "incorporated_date": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
name
string
required

Business name to search by

Required string length: 2 - 100
Examples:

"WALMART"

"HOLDINGS"

"TESLA"

count
integer
required

Max number of results to return

Required range: 1 <= x <= 500
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
@type
string
default:@new_jersey_company_search_item
city
string | null
incorporated_date
string | null