Skip to Content
Pipe0 is close to launch šŸŽ‰
Pipe CatalogCompany Get Latest News Summary Website Pipe0Pipe Catalog | CompanyGetNewsSummaryPipe0:Website@1
CompanyGetNewsSummaryPipe0:Website@1

Get Latest Company News

Scrape website data to retrieve array of latest company news

summary

Provider Options

ProviderCredentialsCost per record
P
pipe0
Managed
$0.02 per request

Input Groups

companyWebsiteURL

string
Required

Output Fields

companyNewsSummary

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