Overview
We provide a simple way to crawl websites, Shopify stores, and Youtube channels and extract data from them. This guide will walk you through the steps to crawl websites with Trieve.Crawling a Website
To start a crawl job, you need to make a POST request to the create crawl route.Important Parameters
site_url
: The URL of the website you want to crawl.interval
: How often you want to crawl the website.webhook_url
: URL to call for each successful page scrape.
shopify
: This will crawl a Shopify store and extract product information.youtube
: This will crawl a Youtube channel and extract video information.
crawl_type
parameter inside of the scrape_options
field and specify the type of crawl you want to do.
interval
parameter and specifying how often to recrawl. We will by
default crawl every month.