# Self Service Developer API **Provider:** Self Service Developer **Category:** search **Base URL:** `https://api.peoplefinderspro.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.peoplefinderspro.com ## Description Self Service Developer API documentation and demo. Getting Started You will need an API access profile user and password in order to access search endpoints. Your access profile user and password is used for authenticating all requests to our search API. You MUST pass the user and password each ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.peoplefinderspro.com/address/autocomplete` | Search | | POST | `https://api.peoplefinderspro.com/contact/enrich` | Search | | POST | `https://api.peoplefinderspro.com/email/enrich` | Search | | POST | `https://api.peoplefinderspro.com/identity/verify_id` | Search | | POST | `https://api.peoplefinderspro.com/phone/enrich` | Search | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.peoplefinderspro.com/address/autocomplete' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/self-service-developer/) — CC BY 4.0*