diff --git a/use-cases/product-ecommerce.mdx b/use-cases/product-ecommerce.mdx index cb7c9806..931453ed 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.