1 credit per call
Method
Input
string
required
URL containing the list to scrape
string
required
Description of what items to scrape (e.g., “portfolio companies”, “team members”). Do NOT list specific properties.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AI-powered scraping for lists of items on any website
services.scrape.list(params)
const companies = await services.scrape.list({
url: "https://vc-firm.com/portfolio",
hint: "portfolio companies"
});
return companies;