[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-firecrawl-e-commerce":3,"mdc-nnzwfy-key":30,"related-org-firecrawl-e-commerce":179,"related-repo-firecrawl-e-commerce":337},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":25,"sourceUrl":28,"mdContent":29},"e-commerce","extract product data from e-commerce sites","Navigate e-commerce sites to extract products, pricing, categories, and inventory. Handles pagination, variants, and JS-heavy storefronts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"firecrawl","Firecrawl","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ffirecrawl.png",[12,16,17],{"name":13,"slug":14,"type":15},"Web Scraping","web-scraping","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":4,"type":15},"E-commerce",1130,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Fweb-agent","2026-05-15T06:15:30.880268",null,157,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":27},[],"🔥 Open-source web data agent optimized for structured web research","https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Fweb-agent\u002Ftree\u002FHEAD\u002Fagent-core\u002Fsrc\u002Fskills\u002Fdefinitions\u002Fe-commerce","---\nname: e-commerce\ndescription: Navigate e-commerce sites to extract products, pricing, categories, and inventory. Handles pagination, variants, and JS-heavy storefronts.\ncategory: E-commerce\n---\n\n# E-commerce Extraction\n\n## General Patterns\n- Check for sitemap.xml first -- many stores list all product URLs\n- Look for \u002Fproducts.json, \u002Fapi\u002Fproducts, or similar API endpoints before scraping HTML\n- Product listing pages usually paginate: look for ?page=N, ?offset=N, or \"Load more\" buttons\n- Always check the total count shown on the page vs what you've extracted\n\n## Product Data Checklist\n- Name, brand, SKU\u002FID\n- Price (current, original\u002Fcompare-at, currency)\n- Variants (size, color, etc.) with per-variant pricing and availability\n- Images (primary + gallery)\n- Description (short + long)\n- Category\u002Fbreadcrumb path\n- Availability\u002Fstock status\n- Ratings and review count\n\n## Pagination\n- Check for: next\u002Fprev links, page numbers, \"showing X of Y\" text\n- For infinite scroll: use interact to scroll and load more\n- Keep count: if page says \"200 products\" and you have 24, keep going\n\n## JS-Heavy Sites\n- Use interact for sites that require JavaScript rendering\n- Look for XHR\u002FAPI calls in the page that return JSON -- often easier than parsing HTML\n- Single-page apps often have internal APIs at predictable paths\n\n## Site-specific playbooks are in the sites\u002F directory\n",{"data":31,"body":32},{"name":4,"description":6,"category":18},{"type":33,"children":34},"root",[35,44,51,76,82,125,131,149,155,173],{"type":36,"tag":37,"props":38,"children":40},"element","h1",{"id":39},"e-commerce-extraction",[41],{"type":42,"value":43},"text","E-commerce Extraction",{"type":36,"tag":45,"props":46,"children":48},"h2",{"id":47},"general-patterns",[49],{"type":42,"value":50},"General Patterns",{"type":36,"tag":52,"props":53,"children":54},"ul",{},[55,61,66,71],{"type":36,"tag":56,"props":57,"children":58},"li",{},[59],{"type":42,"value":60},"Check for sitemap.xml first -- many stores list all product URLs",{"type":36,"tag":56,"props":62,"children":63},{},[64],{"type":42,"value":65},"Look for \u002Fproducts.json, \u002Fapi\u002Fproducts, or similar API endpoints before scraping HTML",{"type":36,"tag":56,"props":67,"children":68},{},[69],{"type":42,"value":70},"Product listing pages usually paginate: look for ?page=N, ?offset=N, or \"Load more\" buttons",{"type":36,"tag":56,"props":72,"children":73},{},[74],{"type":42,"value":75},"Always check the total count shown on the page vs what you've extracted",{"type":36,"tag":45,"props":77,"children":79},{"id":78},"product-data-checklist",[80],{"type":42,"value":81},"Product Data Checklist",{"type":36,"tag":52,"props":83,"children":84},{},[85,90,95,100,105,110,115,120],{"type":36,"tag":56,"props":86,"children":87},{},[88],{"type":42,"value":89},"Name, brand, SKU\u002FID",{"type":36,"tag":56,"props":91,"children":92},{},[93],{"type":42,"value":94},"Price (current, original\u002Fcompare-at, currency)",{"type":36,"tag":56,"props":96,"children":97},{},[98],{"type":42,"value":99},"Variants (size, color, etc.) with per-variant pricing and availability",{"type":36,"tag":56,"props":101,"children":102},{},[103],{"type":42,"value":104},"Images (primary + gallery)",{"type":36,"tag":56,"props":106,"children":107},{},[108],{"type":42,"value":109},"Description (short + long)",{"type":36,"tag":56,"props":111,"children":112},{},[113],{"type":42,"value":114},"Category\u002Fbreadcrumb path",{"type":36,"tag":56,"props":116,"children":117},{},[118],{"type":42,"value":119},"Availability\u002Fstock status",{"type":36,"tag":56,"props":121,"children":122},{},[123],{"type":42,"value":124},"Ratings and review count",{"type":36,"tag":45,"props":126,"children":128},{"id":127},"pagination",[129],{"type":42,"value":130},"Pagination",{"type":36,"tag":52,"props":132,"children":133},{},[134,139,144],{"type":36,"tag":56,"props":135,"children":136},{},[137],{"type":42,"value":138},"Check for: next\u002Fprev links, page numbers, \"showing X of Y\" text",{"type":36,"tag":56,"props":140,"children":141},{},[142],{"type":42,"value":143},"For infinite scroll: use interact to scroll and load more",{"type":36,"tag":56,"props":145,"children":146},{},[147],{"type":42,"value":148},"Keep count: if page says \"200 products\" and you have 24, keep going",{"type":36,"tag":45,"props":150,"children":152},{"id":151},"js-heavy-sites",[153],{"type":42,"value":154},"JS-Heavy Sites",{"type":36,"tag":52,"props":156,"children":157},{},[158,163,168],{"type":36,"tag":56,"props":159,"children":160},{},[161],{"type":42,"value":162},"Use interact for sites that require JavaScript rendering",{"type":36,"tag":56,"props":164,"children":165},{},[166],{"type":42,"value":167},"Look for XHR\u002FAPI calls in the page that return JSON -- often easier than parsing HTML",{"type":36,"tag":56,"props":169,"children":170},{},[171],{"type":42,"value":172},"Single-page apps often have internal APIs at predictable paths",{"type":36,"tag":45,"props":174,"children":176},{"id":175},"site-specific-playbooks-are-in-the-sites-directory",[177],{"type":42,"value":178},"Site-specific playbooks are in the sites\u002F directory",{"items":180,"total":336},[181,195,207,213,228,241,253,268,280,297,312,324],{"slug":182,"name":182,"fn":183,"description":184,"org":185,"tags":186,"stars":19,"repoUrl":20,"updatedAt":194},"competitor-analysis","analyze competitors across features and pricing","Compare two or more companies, products, or platforms across pricing, features, positioning, and docs. Use this skill whenever the user says \"compare X vs Y\", \"how does X stack up against Y\", \"alternatives to X\", \"competitive landscape of …\", \"X vs Y vs Z\", or asks for a competitor matrix. Uses search to discover competitors when the user only names a category, then scrape for each competitor's homepage, pricing page, and features\u002Fdocs. Returns a normalized comparison matrix as JSON.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[187,190,191],{"name":188,"slug":189,"type":15},"Competitive Intelligence","competitive-intelligence",{"name":9,"slug":8,"type":15},{"name":192,"slug":193,"type":15},"Research","research","2026-04-17T05:00:44.623049",{"slug":196,"name":196,"fn":197,"description":198,"org":199,"tags":200,"stars":19,"repoUrl":20,"updatedAt":206},"deep-research","conduct multi-source deep research","Multi-source research with source triangulation and fact-checking. Use for any research task requiring 3+ sources.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[201,202,205],{"name":9,"slug":8,"type":15},{"name":203,"slug":204,"type":15},"Knowledge Management","knowledge-management",{"name":192,"slug":193,"type":15},"2026-04-17T05:00:45.852512",{"slug":4,"name":4,"fn":5,"description":6,"org":208,"tags":209,"stars":19,"repoUrl":20,"updatedAt":21},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[210,211,212],{"name":18,"slug":4,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"slug":214,"name":214,"fn":215,"description":216,"org":217,"tags":218,"stars":19,"repoUrl":20,"updatedAt":227},"financial-research","pull financial data for public companies","Pull company financials, SEC filings, and analyst consensus for a public company. Use this skill whenever the user says \"10-K\", \"10-Q\", \"earnings\", \"revenue of\", \"financials for\", \"analyst rating for\", \"price target for\", or provides a stock ticker. Combines SEC EDGAR for official filings with Yahoo Finance \u002F TipRanks for analyst data. Search + scrape only; no interact needed.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[219,222,223,224],{"name":220,"slug":221,"type":15},"Finance","finance",{"name":9,"slug":8,"type":15},{"name":192,"slug":193,"type":15},{"name":225,"slug":226,"type":15},"SEC Filings","sec-filings","2026-05-15T06:15:33.293957",{"slug":229,"name":229,"fn":230,"description":231,"org":232,"tags":233,"stars":19,"repoUrl":20,"updatedAt":240},"pricing-tracker","track and compare vendor pricing tiers","Extract and normalize pricing tiers from any SaaS, API, cloud, or LLM vendor's pricing page. Use this skill whenever the user says \"pricing for X\", \"how much does X cost\", \"pricing tiers\", \"cost comparison\", provides a URL ending in `\u002Fpricing` or `\u002Fplans`, or asks to monitor pricing over time. Pairs well with `exportSkill` to turn a run into a cron-friendly workflow. Scrape-driven; no interact needed for typical pricing pages.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[234,235,236,237],{"name":188,"slug":189,"type":15},{"name":9,"slug":8,"type":15},{"name":192,"slug":193,"type":15},{"name":238,"slug":239,"type":15},"SaaS","saas","2026-04-17T05:00:43.349332",{"slug":242,"name":242,"fn":243,"description":244,"org":245,"tags":246,"stars":19,"repoUrl":20,"updatedAt":252},"structured-extraction","extract structured data from websites","Extract structured data matching a JSON schema from websites. Handles complex nested schemas, arrays, pagination, and validation. Always outputs via formatOutput.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[247,250,251],{"name":248,"slug":249,"type":15},"Data Engineering","data-engineering",{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-05-15T06:15:32.092034",{"slug":254,"name":254,"fn":255,"description":256,"org":257,"tags":258,"stars":265,"repoUrl":266,"updatedAt":267},"firecrawl-company-directories","extract company directories with Firecrawl","Extract structured company lists from directories with Firecrawl. Use for scraping YC, Crunchbase, Product Hunt, G2, startup directories, category directories, or custom company databases into JSON, CSV, CRM-ready lists, or research tables.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[259,262,263,264],{"name":260,"slug":261,"type":15},"Automation","automation",{"name":248,"slug":249,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},99,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Ffirecrawl-workflows","2026-06-30T07:02:21.468",{"slug":269,"name":269,"fn":270,"description":271,"org":272,"tags":273,"stars":265,"repoUrl":266,"updatedAt":267},"firecrawl-competitive-intel","monitor competitor product changes with Firecrawl","Monitor competitor pricing, features, changelogs, dashboards, and product changes with Firecrawl. Use for recurring competitive intelligence, pricing tier extraction, feature change tracking, or structured competitor alerts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[274,275,276,279],{"name":188,"slug":189,"type":15},{"name":9,"slug":8,"type":15},{"name":277,"slug":278,"type":15},"Marketing","marketing",{"name":13,"slug":14,"type":15},{"slug":281,"name":281,"fn":282,"description":283,"org":284,"tags":285,"stars":265,"repoUrl":266,"updatedAt":267},"firecrawl-dashboard-reporting","pull metrics from analytics dashboards","Pull metrics from analytics dashboards and internal web tools with Firecrawl browser. Use when the user needs dashboard reporting, cross-platform metric summaries, authenticated analytics extraction, date-range reports, or structured metrics from web dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[286,289,292,293,296],{"name":287,"slug":288,"type":15},"Analytics","analytics",{"name":290,"slug":291,"type":15},"Dashboards","dashboards",{"name":9,"slug":8,"type":15},{"name":294,"slug":295,"type":15},"Reporting","reporting",{"name":13,"slug":14,"type":15},{"slug":298,"name":298,"fn":299,"description":300,"org":301,"tags":302,"stars":265,"repoUrl":266,"updatedAt":267},"firecrawl-deep-research","conduct deep research with Firecrawl","Produce an intensive, cited analytical report: executive summary, multi-angle\nfindings, contrarian views, open questions, and full sources. Use only when the\nuser needs rigorous synthesis of a complex topic (scientific, technical, policy,\nor market-analytical) that cannot be answered with a short search, and wants\na formal written report, not a recommendation list.\n\nDo not use for product picks, top-N lists, quick lookups, or routine \"find out\nabout X\" tasks. If the request does not clearly need this kind of report, do\nnot use this skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[303,304,307,308,311],{"name":9,"slug":8,"type":15},{"name":305,"slug":306,"type":15},"Firecrawl Research","firecrawl-research",{"name":192,"slug":193,"type":15},{"name":309,"slug":310,"type":15},"Summarization","summarization",{"name":13,"slug":14,"type":15},{"slug":313,"name":313,"fn":314,"description":315,"org":316,"tags":317,"stars":265,"repoUrl":266,"updatedAt":267},"firecrawl-demo-walkthrough","generate product walkthroughs with Firecrawl","Walk through a product's key flows with Firecrawl browser and produce a structured UX\u002Fproduct walkthrough. Use for signup, onboarding, pricing, docs, dashboard, product demo prep, UX teardown, and first-run experience analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[318,319,320,323],{"name":260,"slug":261,"type":15},{"name":9,"slug":8,"type":15},{"name":321,"slug":322,"type":15},"UX Design","ux-design",{"name":13,"slug":14,"type":15},{"slug":325,"name":325,"fn":326,"description":327,"org":328,"tags":329,"stars":265,"repoUrl":266,"updatedAt":267},"firecrawl-knowledge-base","build knowledge bases from web content","Build a knowledge base from web content with Firecrawl. Use for local reference docs, RAG-ready chunks, fine-tuning datasets, documentation mirrors, topic corpora, or LLM-ready markdown organized from web sources.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[330,331,332,333],{"name":248,"slug":249,"type":15},{"name":9,"slug":8,"type":15},{"name":203,"slug":204,"type":15},{"name":334,"slug":335,"type":15},"Search","search",36,{"items":338,"total":377},[339,345,351,357,364,371],{"slug":182,"name":182,"fn":183,"description":184,"org":340,"tags":341,"stars":19,"repoUrl":20,"updatedAt":194},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[342,343,344],{"name":188,"slug":189,"type":15},{"name":9,"slug":8,"type":15},{"name":192,"slug":193,"type":15},{"slug":196,"name":196,"fn":197,"description":198,"org":346,"tags":347,"stars":19,"repoUrl":20,"updatedAt":206},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[348,349,350],{"name":9,"slug":8,"type":15},{"name":203,"slug":204,"type":15},{"name":192,"slug":193,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":352,"tags":353,"stars":19,"repoUrl":20,"updatedAt":21},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[354,355,356],{"name":18,"slug":4,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"slug":214,"name":214,"fn":215,"description":216,"org":358,"tags":359,"stars":19,"repoUrl":20,"updatedAt":227},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[360,361,362,363],{"name":220,"slug":221,"type":15},{"name":9,"slug":8,"type":15},{"name":192,"slug":193,"type":15},{"name":225,"slug":226,"type":15},{"slug":229,"name":229,"fn":230,"description":231,"org":365,"tags":366,"stars":19,"repoUrl":20,"updatedAt":240},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[367,368,369,370],{"name":188,"slug":189,"type":15},{"name":9,"slug":8,"type":15},{"name":192,"slug":193,"type":15},{"name":238,"slug":239,"type":15},{"slug":242,"name":242,"fn":243,"description":244,"org":372,"tags":373,"stars":19,"repoUrl":20,"updatedAt":252},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[374,375,376],{"name":248,"slug":249,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},6]