Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions use-cases/product-ecommerce.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ Turn any e-commerce website into structured product data. Firecrawl extracts pri

<AccordionGroup>
<Accordion title="How can I track competitor pricing changes?">
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.
</Accordion>

<Accordion title="Can I extract product variants (size, color, etc.)?">
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.
</Accordion>

<Accordion title="How do I handle dynamic pricing or user-specific prices?">
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.
</Accordion>

<Accordion title="Can I extract data from different e-commerce platforms?">
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.
</Accordion>

<Accordion title="Can Firecrawl handle pagination and infinite scroll?">
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.
</Accordion>
</AccordionGroup>

Expand Down