Firecrawl - Track page changes action

The Track page changes action scrapes a page and returns whether its content changed since the prior scrape in Firecrawl. This action includes markdown in the format it returns and an optional line-level or JSON diff.

Input

The following input fields are the most commonly used. Refer to the Firecrawl Change tracking documentation for the complete list of input fields.

Input fieldDescription
URLEnter the absolute URL to track, for example https://docs.firecrawl.dev.
Diff modesOptional. Select the diff detail to include. Options are Git diff for a line-level diff or JSON to compare schema fields.
PromptOptional. Enter a prompt for JSON diff mode.
JSON schemaOptional. Enter a JSON schema for JSON diff mode. The schema is sent to Firecrawl only. Add matching fields in Custom metadata fields to get datapills for the extracted data.
Only main contentOptional. Select Yes or No to exclude headers, navigation, and footers from the output. The default is Yes.
Skip TLS verificationOptional. Select Yes or No to skip TLS certificate verification. When Yes, Firecrawl connects to the target site even if its certificate is invalid, expired, or self-signed. The default is Yes.
Remove base64 imagesOptional. Select Yes or No to strip base64 images from the markdown output. The default is Yes.
Block adsOptional. Select Yes or No to enable ad and cookie-popup blocking. The default is Yes.
Store in cacheOptional. Select Yes or No to store the page in the Firecrawl index. The default is Yes.
Custom metadata fieldsOptional. Add fields to create datapills for additional metadata that the default output doesn't include.

Output

Output fieldDescription
SuccessA true or false boolean response that indicates if the scrape completed successfully.
MarkdownThe page content in markdown.
MetadataThe page's metadata, such as its title, description, and status code.
Previous scrape atThe date and time of the previous scrape used for comparison.
Change statusThe page's change status. Options are new, same, changed, or removed.
VisibilityThe page's visibility. Options are visible if it's still discoverable through links or a sitemap, or hidden if the URL still works but is no longer linked.
DiffThe line-level or JSON diff, depending on Diff modes.

Last updated: