Skip to Content

HQ Address

Identifies and validates a company's headquarters location using Google Maps data.

ProviderBilling Mode
Docs
CredentialsCost per record
Docs
P
Google Maps
Always
Managed

1.5 credits

Input Fields

company_name
string, required

Output Fields

hq_address
string

const result = await fetch("https://api.pipe0.com/v1/run/sync", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${API_KEY}`,
  },
  body: JSON.stringify({
    pipes: [{ 
      pipe_id: "company:hqaddress:googlemaps@1", 
    }],
    input: []
  })
});