# Psychology Today Therapist in GA

**Use case:** 

Export psychology today therapist in GA — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract psychology today therapist for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "GA"
  ],
  "category": "",
  "maxPages": 5,
  "maxItems": 200,
  "detailLevel": "full"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "credentials": {
    "label": "Credentials",
    "format": "string"
  },
  "jobTitle": {
    "label": "Jobtitle",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profileurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Psychology Today Therapist Scraper](https://apify.com/jungle_synthesizer/psychology-today-therapist-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/psychology-today-therapist-scraper) to learn more, explore other use cases, and run it yourself.