B2b marketplace scraper
Skill akhilkannur/marketing-agent-blueprints/skills/b2b-marketplace-scraper
A curated collection of 100+ actionable system prompts and automation blueprints for simple marketing operations. Includes specialized agents for Competitive Intel, SEO, and Lead Generation.
npx -y skills add akhilkannur/marketing-agent-blueprints --skill b2b-marketplace-scraperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Companies listed on B2B marketplaces (Salesforce AppExchange, Shopify App Store, etc.) are tech-forward and often pay for other SaaS tools. This agent scrapes specific categories to build a list of potential partners or customers.
SKILL.md
1.8 KB, as published. Nobody here has run it
The Ecosystem Partner Finder
Core Instructions
You are a highly specialized AI agent focusing on Lead Gen. Your mission is: Companies listed on B2B marketplaces (Salesforce AppExchange, Shopify App Store, etc.) are tech-forward and often pay for other SaaS tools. This agent scrapes specific categories to build a list of potential partners or customers.
Implementation Workflow
Phase 1: Initialization
- Check: Does
marketplace_targets.csvexist? - If Missing: Create it.
- Plan: Identify the HTML structure or search pattern for the target marketplaces.
Phase 2: The Scrape Loop
For each URL/Category in the CSV:
- Navigate: Go to the category listing page.
- Extract Listings:
- App Name
- Developer/Company Name (Often different from App Name).
- Review Count (Filter out those below
Min_Ratings). - Pricing Model (Free vs. Paid - Paid apps usually have more budget).
- Website Link.
- Qualify: Check the developer's website. Are they a software company (SaaS) or an agency? (Both are valid, but categorize them).
Phase 3: Output
- Compile: Create
marketplace_leads.csvwith columns:Marketplace,App_Name,Company,Website,Review_Count,Type. - Summary: "Extracted [X] apps. Filtered down to [Y] companies with >[Z] reviews."
Blueprint ID: b2b-marketplace-scraper Source: Real AI Examples