Psychologytoday: Get All Therapists
Psychologytoday via Parse · healthcare
Fetch therapists across multiple pages of the directory by iterating pagination automatically with a 1-second delay between pages. Use max_pages to cap the number of pages fetched. Returns the combined list of therapists from all fetched pages. Extract therapist listings from Psychology Today's directory, including name, credentials, role, and location. Supports filtering by US state and specialty category with pagination. Fulfilled by Parse from www.psychologytoday.com.
- b2b-directory
- government-public
- healthcare
- parse
- platform-key
- psychologytoday
- www-psychologytoday-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9e95be20-8fa9-4b45-8ab4-ed2c718543d9/get_all_therapists
- Interface artifact
- sha256:74ec34d0701d2abf23c7903edd5eb78c03d9cab69debeb816300c7831075379a
- Manifest digest
- sha256:3db2c04ebaf1ec1b067e87d28f7ac6bab95c064c21604ccba9f8a0797513d51c
Request fields
- state (string): US state name in lowercase, hyphenated for multi-word states (used in URL path). Examples: alabama, california, new-york, north-carolina.: Allowed values: alabama, california, new-york
- category (string): Specialty category filter slug. Examples: adhd, anxiety, depression, ocd, ptsd, trauma-and-ptsd.: Allowed values: adhd, anxiety, depression
- max_pages (integer): Maximum number of pages to fetch (safety limit to control request volume).
Example queries
- {"state":"alabama","category":"adhd","max_pages":"1"}