Skip to main content
POST
/
api
/
new_hampshire
/
companies
/new_hampshire/companies
curl --request POST \
  --url https://api.anysite.io/api/new_hampshire/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@new_hampshire_company",
    "name": "<string>",
    "legal_form": "<string>",
    "status": "<string>",
    "corporation_subtype": "<string>",
    "management_style": "<string>",
    "formation_date": "<string>",
    "jurisdiction_formation_date": "<string>",
    "citizenship": "<string>",
    "name_in_jurisdiction": "<string>",
    "duration": "<string>",
    "last_annual_report_year": "<string>",
    "next_report_year": "<string>",
    "expiration_date": "<string>",
    "last_renewal_date": "<string>",
    "fiscal_year_end_date": "<string>",
    "email": "<string>",
    "notification_email": "<string>",
    "phone": "<string>",
    "principal_address": "<string>",
    "mailing_address": "<string>",
    "principal_purpose": "<string>",
    "naics_codes": [],
    "principals": [],
    "principal_count": 123,
    "registered_agent": {
      "@type": "@new_hampshire_agent",
      "name": "<string>",
      "office_address": "<string>",
      "mailing_address": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id
string
required

New Hampshire Business ID

Minimum string length: 1
Examples:

"259018"

"60526"

"690759"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@new_hampshire_company
name
string | null
status
string | null
corporation_subtype
string | null
management_style
string | null
formation_date
string | null
jurisdiction_formation_date
string | null
citizenship
string | null
name_in_jurisdiction
string | null
duration
string | null
last_annual_report_year
string | null
next_report_year
string | null
expiration_date
string | null
last_renewal_date
string | null
fiscal_year_end_date
string | null
email
string | null
notification_email
string | null
phone
string | null
principal_address
string | null
mailing_address
string | null
principal_purpose
string | null
naics_codes
NewHampshireNaicsCode · object[]
principals
NewHampshirePrincipal · object[]
principal_count
integer | null
registered_agent
NewHampshireAgent · object