What problem does it solve? Searching large lead databases through the Prospeo Search Person API is error-prone: incorrect filter formats, hitting the 25,000-result cap on US-wide searches, and exceeding the 2 requests/second rate limit all cause failed or incomplete exports. This Skill documents the exact API contract and proven patterns to avoid those failures. ## Core Features & Use Cases - Complete filter reference: Documents every filter type including job title, location, headcount, industry, technology, funding stage, and verified-email requirements. - State-by-state crawling: Splits US-wide searches across all 50 states to bypass the 25K result-per-search limit. - Rate limiting and retry logic: Provides a token bucket rate limiter and exponential backoff handling for 429 responses. - Use Case: Build a list of marketing executives at US software companies with 50-200 employees that raised a Series A in the last 180 days, restricted to verified emails only. ## Quick Start Use the prospeo-search-api skill to build a Prospeo search for verified US-based CTOs at software companies with 11 to 500 employees, splitting results by state.