/api/v1/search/live
POST endpoint and follow the same structure: a top-level type
to define the data source, and a set of arguments
defining the parameters of the job.
URL Scraping
Extract content from specific web pages as markdown
LLM Processing
Get LLM processed text from the scraped content
scraper
Scrapes content from web pages and returns metadata, markdown, and LLM-processed text.
Parameters:
url
(string, required): the URL to scrapemax_depth
(int, optional): depth from url to scrapemax_pages
(int, optional): amount of pages to scrape