From 8084801a614c66c4cd19d3600e08b138dc8461cf Mon Sep 17 00:00:00 2001 From: "firecrawl-spring[bot]" <254786068+firecrawl-spring[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:01:56 +0000 Subject: [PATCH] docs(use-cases): tighten product-ecommerce FAQ answers Trim filler and lead with action in the FAQ section so answers are faster to scan. Co-Authored-By: micahstairs --- use-cases/product-ecommerce.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/use-cases/product-ecommerce.mdx b/use-cases/product-ecommerce.mdx index cb7c9806b..931453edf 100644 --- a/use-cases/product-ecommerce.mdx +++ b/use-cases/product-ecommerce.mdx @@ -39,23 +39,23 @@ Turn any e-commerce website into structured product data. Firecrawl extracts pri - Build a monitoring system using Firecrawl's API to extract prices at regular intervals. Compare extracted data over time to identify pricing trends, promotions, and competitive positioning. + Schedule Firecrawl to extract prices at a regular cadence, then compare snapshots over time to surface pricing trends, promotions, and competitive moves. - Yes, Firecrawl can extract all product variants including size, color, and other options. Structure the data with custom schemas to capture all variant information. + Yes. Define a custom schema that includes variant fields like size and color, and Firecrawl returns each variant in structured form. - For dynamic pricing, you can use Firecrawl's JavaScript rendering to capture prices after they load. For user-specific pricing, configure authentication headers in your requests. + For dynamic pricing, rely on Firecrawl's JavaScript rendering to capture prices after they load. For user-specific pricing, pass authentication headers with your requests. - Yes. Firecrawl can extract data from any publicly accessible e-commerce website. Users successfully extract from Shopify, WooCommerce, Magento, BigCommerce, and custom-built stores. + Yes. Firecrawl works on any publicly accessible store, including Shopify, WooCommerce, Magento, BigCommerce, and custom-built sites. - Yes. Firecrawl can navigate through paginated product listings and handle infinite scroll mechanisms to extract complete product catalogs, ensuring no products are missed during extraction. + Yes. Firecrawl follows paginated listings and triggers infinite scroll so you capture the full catalog in a single job.