Skip to Content
Pipe0 is close to launch 🎉
Pipe CatalogCompany Get Hqaddress GooglemapsPipe Catalog | CompanyGetHQAddressGoogleMaps@1
CompanyGetHQAddressGoogleMaps@1

Get Company HQ Address

Retrieve the headquarters address of a company using Google Maps.

headquarters

Provider Options

ProviderCredentialsCost per record
P
Google Maps
Managed
User
$0.03 per request

Input Groups

companyName

string
Required

Output Fields

hqAddress

string

Code Example

const result = await fetch("https://pipe0.com/api/v1/run", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${YOUR_API_TOKEN}`,
  },
  body: JSON.stringify({
    pipes: [{ name: "CompanyGetHQAddressGoogleMaps@1" }],
    input: []
  })
});
Last updated on