# Georgia Real Estate License Lookup by Name

**Use case:** 

Scrape Georgia real estate license lookup results by last name and export agent, broker, status, firm, and renewal data.

## Input

```json
{
  "lastName": "Smith",
  "lastNames": [
    "Smith",
    "Brown",
    "Johnson"
  ],
  "entityType": "realEstateProfessional",
  "firmType": "realEstateFirm",
  "schoolType": "realEstateSchool",
  "instructorType": "realEstateInstructor",
  "maxItems": 25,
  "includeInactive": true
}
```

## Output

```json
{
  "fullName": {
    "label": "Full name"
  },
  "licenseNumber": {
    "label": "License number"
  },
  "licenseType": {
    "label": "License type"
  },
  "licenseStatus": {
    "label": "License status"
  },
  "renewalDueDate": {
    "label": "Renewal due date"
  },
  "firmName": {
    "label": "Firm name"
  },
  "firmRole": {
    "label": "Firm role"
  },
  "entityType": {
    "label": "Entity type"
  },
  "city": {
    "label": "Search city"
  },
  "searchLastName": {
    "label": "Search last name"
  },
  "searchOrganizationName": {
    "label": "Search organization"
  },
  "historyUrl": {
    "label": "History URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Georgia Real Estate License Lookup Scraper](https://apify.com/automation-lab/georgia-real-estate-license-lookup-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/georgia-real-estate-license-lookup-scraper) to learn more, explore other use cases, and run it yourself.