prospeo-full-export

Exports Prospeo people search results to CSV via API with pagination and deduplication.

601|215|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/growthenginenowoslawski/coldoutboundskills --skill prospeo-full-export-growthenginenowoslawski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prospeo-full-export
Source: https://github.com/growthenginenowoslawski/coldoutboundskills/tree/main/skills/prospeo-full-export
Command: npx skills add https://github.com/growthenginenowoslawski/coldoutboundskills --skill prospeo-full-export-growthenginenowoslawski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prospeo full-search export enables teams to retrieve every matching contact from Prospeo and compile them into a single CSV, eliminating manual scraping and multiple exports.

Core Features & Use Cases

  • Exports the entire Prospeo people search to CSV by paging through results, translating UI filters into API calls, and deduplicating contacts across pages.
  • Automatically splits large US-wide searches by state to scale beyond single-export limits while preserving data integrity.
  • Use cases include building comprehensive lead lists for outreach, feeding enrichment pipelines, and quickly validating ICP filters before scaling campaigns.

Quick Start

Start with a 50-contact sample and run /icp-prompt-builder to tune the qualification prompt before exporting the full 25K results.

Frequently Asked Questions about prospeo-full-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export large Prospeo people search results to CSV without manual scraping?

Exporting large Prospeo people search results to CSV is done by translating UI filters into API calls and handling pagination automatically. This Skill retrieves up to 25,000 contacts per search and compiles them into a single deduplicated file.

What is the best way to scale lead generation exports beyond standard Prospeo limits?

Scaling lead generation exports beyond standard limits is handled by automatically splitting US-wide searches state-by-state. This preserves data integrity while paginating through large result sets and managing API rate limits.

Do I need API credits to export full Prospeo search results?

Yes, full Prospeo exports require a Prospeo account with available API credits to function. You must also run a 50-contact preflight sample to validate your filters before committing to the full export.

How does pagination and deduplication work when exporting Prospeo contacts?

Pagination and deduplication work by paging through API results systematically and removing duplicate contacts across pages. This ensures your final CSV contains unique records even when querying large datasets.

Can I validate my ICP filters before running a full 25K Prospeo contact export?

Yes, you can validate ICP filters before a full export by running a 50-contact sample. This preflight test ensures your search criteria are accurate before scaling up to 25,000 results.

Why does my Prospeo API export fail with rate-limiting errors?

Prospeo API export rate-limiting errors occur when request limits are exceeded during pagination. This Skill manages rate-limiting automatically to prevent failures while retrieving large batches of contacts.