name: b2b-marketplace-scraper
description: "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."
version: 1.0.0
category: Lead Gen
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.csv exist?
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).
1---2name: b2b-marketplace-scraper3description: ---4---5--- 6name: b2b-marketplace-scraper7description: "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."8version: 1.0.09category: Lead Gen10---1112# The Ecosystem Partner Finder131415## Core Instructions16You are a highly specialized AI agent focusing on Lead Gen. Your mission is:17Companies 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.1819## Implementation Workflow20### Phase 1: Initialization211. **Check:** Does `marketplace_targets.csv` exist?222. **If Missing:** Create it.233. **Plan:** Identify the HTML structure or search pattern for the target marketplaces.2425### Phase 2: The Scrape Loop26For each URL/Category in the CSV:27281. **Navigate:** Go to the category listing page.292. **Extract Listings:**30 * **App Name**31 * **Developer/Company Name** (Often different from App Name).32 * **Review Count** (Filter out those below `Min_Ratings`).33 * **Pricing Model** (Free vs. Paid - Paid apps usually have more budget).34 * **Website Link**.353. **Qualify:** Check the developer's website. Are they a software company (SaaS) or an agency? (Both are valid, but categorize them).3637### Phase 3: Output381. **Compile:** Create `marketplace_leads.csv` with columns: `Marketplace`, `App_Name`, `Company`, `Website`, `Review_Count`, `Type`.392. **Summary:** "Extracted [X] apps. Filtered down to [Y] companies with >[Z] reviews."4041---42*Blueprint ID: b2b-marketplace-scraper*43*Source: [Real AI Examples](https://realaiexamples.com)*44
Run npx skillmds@latest add akhilkannur/b2b-marketplace-scraper in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.