feat(agent): add ecommerce-agent for store catalog extraction with Firecrawl - #19
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
map_store relies on Firecrawl sitemap discovery, which returns almost nothing on Amazon category/search pages. Add discover_products (scrape + links) and improve Amazon /dp/ classification so marketplace listings work end-to-end. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ecommerce-agentto extract product, pricing, and inventory data from public e-commerce sites via Firecrawl (map_store,discover_products,infer_product_schema,extract_products,save_catalog).npx agentcn add ecommerce-agent), docs page with simulated demos, unit/gated live tests, and local E2E wiring inexamples/agent-ui-template(chat switcher +/embed/ecommerce-agent).discover_productsscrapes listing/search pages for product links (e.g. Amazon/dp/) because sitemap-stylemap_storeoften returns almost no URLs on those sites.Test plan
pnpm test:ecommerce-agent(unit suites pass; live Firecrawl suites skip withoutFIRECRAWL_API_KEY)pnpm agentcn:registry:buildand confirmapps/web/public/r/ecommerce-agent.json+index.jsonlist the agentpnpm exec nx run @kit/web:typecheck(and optionallypnpm deploy:build)examples/agent-ui-template, setANTHROPIC_API_KEY+FIRECRAWL_API_KEY,pnpm dev, select E-commerce Agent, run discover → extract → save; checkdata/ecommerce-agent.local/npx agentcn@latest add ecommerce-agentresolves on production