prospeo-full-export

Export complete Prospeo search results to CSV via API pagination.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/nimajnebrevilo/GTM-Engine --skill prospeo-full-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prospeo-full-export
Source: https://github.com/nimajnebrevilo/GTM-Engine/tree/main/skills/prospeo-full-export
Command: npx skills add https://github.com/nimajnebrevilo/GTM-Engine --skill prospeo-full-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exporting complete Prospeo search results to CSV is challenging when searches return tens of thousands of results. This skill translates your Prospeo UI filters into API calls, paginates through results, and ensures you capture every contact, even for large US-wide queries.

Core Features & Use Cases

  • Translates Prospeo UI filters into API requests and paginates to export all results.
  • Automatically splits US-wide searches by state to bypass 25,000-result per search limits and deduplicates across states.
  • Handles rate limits and errors, saving results to a CSV file for downstream analysis or CRM imports.
  • Use cases include exporting all executives in a region, building large contact lists for outreach, or archiving complete Prospeo searches for compliance.

Quick Start

Describe your Prospeo filters and provide your API key to Claude to generate and run the export, then Claude will run pagination or state splitting as needed and save the CSV in your current directory.

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 search results to CSV beyond the 25,000 limit?

Exporting complete Prospeo search results to CSV requires translating UI filters into API calls and handling pagination. For large US-wide queries, the system automatically splits results by state and deduplicates contacts to bypass 25,000-result limits.

Can I automate Prospeo API pagination to capture all contacts for my CRM?

Automating Prospeo API pagination to capture all contacts involves translating UI filters into API requests and handling rate limits. The process saves complete, deduplicated contact lists to a CSV file for direct CRM imports.

Do I need a Prospeo API key to export searches with deduplication?

You need a Prospeo API key to export searches with deduplication. Provide the API key alongside your described Prospeo UI filters to generate the export, which automatically handles state splitting and removes duplicate contacts.

What is the best way to handle rate limits when exporting Prospeo data to CSV?

The best way to handle rate limits when exporting Prospeo data to CSV is using an automated export process that manages API request pacing and error handling. This ensures robust operation during large data extraction without hitting restrictions.

Why does my Prospeo search export stop before getting all the results?

Your Prospeo search export stops early likely due to the 25,000-result per search limit or unhandled API rate limits. Splitting US-wide searches by state and using an automated export tool with pagination and error handling resolves this.