ScraperCity MCP Server
offiziellB2B-Leadgenerierung MCP-Server – Apollo, Google Maps, E-Mail-Finder, Skip Trace und über 15 weitere Tools.
Dokumentation
ScraperCity – B2B-Leadgenerierung für KI-Agenten
Ziehen Sie Leads, validieren Sie E-Mails, finden Sie Mobilnummern und extrahieren Sie Geschäftsdaten – alles über Ihren KI-Agenten, die CLI oder Code.
ScraperCity gibt KI-Agenten Zugriff auf über 15 B2B-Datentools: Apollo-Scraping, Google-Maps-Extraktion, E-Mail-Suche/-Validierung, Mobilnummern-Suche, Skip Tracing, E-Commerce-Shop-Daten, Strafregisterauskünfte und mehr.
Schnellstart
Option 1: CLI
npx scrapercity login # enter your API key
npx scrapercity wallet # check balance
npx scrapercity maps -q "plumbers" -l "Denver, CO"
npx scrapercity poll <runId> # wait for results
npx scrapercity download <runId> # save CSV
Option 2: MCP-Server (Claude Code, Cursor, Windsurf usw.)
Zur MCP-Konfiguration hinzufügen (z. B. ~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"scrapercity": {
"command": "npx",
"args": ["-y", "--package", "scrapercity", "scrapercity-mcp"],
"env": {
"SCRAPERCITY_API_KEY": "your_api_key_here"
}
}
}
}
Sagen Sie dann Ihrer KI: „Finde 1000 Klempner in Denver mit E-Mails über ScraperCity“
Option 3: Skill-Datei (Claude Code)
Kopieren Sie die Skill-Datei in Ihr Projekt:
npx scrapercity-mcp --print-skill > SCRAPERCITY_SKILL.md
Oder laden Sie sie herunter von: https://scrapercity.com/agents/SKILL.md
Dann in Claude Code: „Lies SCRAPERCITY_SKILL.md und finde mir 2000 Marketing-Direktoren bei SaaS-Unternehmen in Kalifornien, validiere ihre E-Mails und speichere sie in leads.csv“
Option 4: Direkte API
# Start a Maps scrape
curl -X POST https://app.scrapercity.com/api/v1/scrape/maps \
-H "Authorization: Bearer $SCRAPERCITY_API_KEY" \
-H "Content-Type: application/json" \
-d '{"searchStringsArray":["plumbers"],"locationQuery":"Denver, CO","maxCrawledPlacesPerSearch":500}'
# Check status
curl https://app.scrapercity.com/api/v1/scrape/status/RUN_ID \
-H "Authorization: Bearer $SCRAPERCITY_API_KEY"
# Download CSV when SUCCEEDED
curl -O https://app.scrapercity.com/api/downloads/RUN_ID \
-H "Authorization: Bearer $SCRAPERCITY_API_KEY"
Verfügbare Tools
| Tool | Funktion | Kosten |
|---|---|---|
| Apollo | B2B-Kontakte nach Jobtitel, Branche, Standort | 0,0039 $/Lead |
| Google Maps | Lokale Unternehmen mit Telefon, E-Mail, Bewertungen | 0,01 $/Ort |
| E-Mail-Validator | Zustellbarkeit, Catch-All, MX-Records prüfen | 0,0036 $/E-Mail |
| E-Mail-Finder | Geschäftliche E-Mail aus Name + Unternehmen finden | 0,05 $/Kontakt |
| Mobilnummer-Finder | Telefonnummern aus LinkedIn oder E-Mail | 0,25 $/Eingabe |
| Personensuche | Skip Tracing nach Name, E-Mail, Telefon, Adresse | 0,02 $/Ergebnis |
| Store Leads | Shopify-/WooCommerce-Shops mit Kontakten | 0,0039 $/Lead |
| BuiltWith | Alle Websites, die eine Technologie nutzen | 4,99 $/Suche |
| Strafregister | Hintergrundcheck nach Name | 1,00 $ bei Treffer |
| Lead-Datenbank | 3 Mio.+ B2B-Kontakte, Sofortabfrage (649 $-Plan) | Inklusive |
So funktioniert’s
- Scrape starten → Sie erhalten eine
runId - Status abfragen (oder Webhooks nutzen) → warten auf
SUCCEEDED - CSV herunterladen → Leads mit vollständigen Kontaktdaten
Apollo-Scrapes dauern 11–48+ Stunden. Alle anderen Scraper: 1–30 Minuten. Store Leads sind sofort verfügbar.
Authentifizierung
API-Key erhalten Sie unter app.scrapercity.com/dashboard/api-docs
# Environment variable (recommended)
export SCRAPERCITY_API_KEY="your_key"
# Or save to config file
npx scrapercity login
Webhooks
Für Apollo und lang laufende Scrapes konfigurieren Sie einen Webhook unter app.scrapercity.com/dashboard/webhooks, um benachrichtigt zu werden, wenn Ergebnisse bereitstehen.
Pläne
| Plan | Preis | Credits |
|---|---|---|
| Trial | Kostenlos | 5 $ |
| Starter | 49 $/Monat | 49 $ |
| Growth | 149 $/Monat | 149 $ + 10 % Bonus |
| Professional | 649 $/Monat | 649 $ + 30 % Bonus + Database API |
Zusätzliche Credits jederzeit kaufbar. scrapercity.com/pricing
Links
- Agent-Dokumentation – Einrichtungsanleitung
- API-Referenz – vollständige Dokumentation
- Skill-Datei – für Claude Code
- MCP-Server-Eintrag – Konfiguration
Lizenz
MIT