Skip to Content
Pipe0 is close to launch šŸŽ‰
Pipe CatalogCompany Get Description Pipe0 WebsitePipe Catalog | CompanyGetDescriptionPipe0:Website@1
CompanyGetDescriptionPipe0:Website@1

Get Company Description

Scrape website data and produce a company description.

description

Provider Options

ProviderCredentialsCost per record
P
pipe0
Managed
$0.01 per request

Input Groups

companyWebsiteURL

string
Required

Output Fields

companyDescription

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: "CompanyGetDescriptionPipe0:Website@1" }],
    input: []
  })
});
Last updated on