Georgia GREC Real Estate License Scraper (Firms & Agents) avatar

Georgia GREC Real Estate License Scraper (Firms & Agents)

Pricing

from $17.00 / 1,000 results

Go to Apify Store
Georgia GREC Real Estate License Scraper (Firms & Agents)

Georgia GREC Real Estate License Scraper (Firms & Agents)

Scrape Georgia Real Estate Commission (GREC) firms and agents: firm phone, email, DBA, active-agent count, broker license, plus agent license type, status, renewal and firm. Filter by city, name or license #. Export to JSON, CSV or Excel.

Pricing

from $17.00 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Georgia GREC Real Estate License Scraper (Firms & Agents)

Georgia GREC Real Estate License Scraper (Firms & Agents)

Here is one real result, with every field the actor returns (a firm record):

{
"entityType": "firm",
"firmName": "CHICK DEEP ENTERPRISES LLC",
"city": "Atlanta",
"licenseNumber": "79303",
"licenseStatus": "ACTIVE",
"renewalDueDate": "10/31/2029",
"phone": "4044268899",
"email": "deegetsitdone@gmail.com",
"dbaName": "NEW FREEDOM REALTY PARTNERS",
"activeAgents": 1,
"brokerLicenseNumber": "296643",
"licenseType": null,
"firmRole": null,
"firmNameOfAgent": null,
"historyUrl": "https://ata.grec.state.ga.us/Account/ViewHistoryCertification?pAuthorizationNumber=79303&pAuthorizationType=BKFM",
"searchCity": "Atlanta",
"searchName": null,
"source": "Georgia Real Estate Commission (GREC)",
"observedAt": "2026-08-10T14:37:45.805Z"
}

The most complete Georgia GREC real estate license scraper available. It returns every field the Georgia Real Estate Commission exposes per record, including firm phone, email, DBA, active-agent count and broker license, or agent license type, status, renewal and firm, plus optional AI enrichment, and gives you filters for record type, city, name and license number to target exactly the licensees you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor searches the Georgia Real Estate Commission (GREC) license database for the record type you choose (firm, agent, AMC or appraiser), fanning out across the cities and last names you pass to get past the source's 50-row-per-query cap, and writes one normalized record per licensee to the run's dataset. Firm records include phone, email, DBA, active-agent count and broker license; individual records include license type, status, renewal date and the firm they are attached to. Missing source values are returned as null, and optional AI add-ons (lead score and tier, profile summary) run per record when enabled on a paid plan.

Data covers licensees registered with the Georgia Real Estate Commission (Georgia, USA).

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 10 real-estate firms in Atlanta with phone and email.

{
"entityType": "firm",
"cities": ["Atlanta"],
"maxResults": 10
}

Split by several cities and last names to collect more records past the 50-row-per-query source cap. Every input field is optional; with an empty input the actor searches firms in Atlanta.

Input reference

FieldTypeRequiredDefaultDescription
entityTypeenumnofirmfirm (brokerages, includes phone + email), agent (individuals), amc (appraisal management companies), appraiser (individuals).
citiesstring[]no["Atlanta"]Georgia cities to search. Each is searched separately so one run can cover many markets.
lastNamesstring[]no(none)Last names (agents) or firm-name prefixes to fan out past the 50-row-per-query cap.
firstNamestringno(none)First-name filter for individual agents/brokers/appraisers.
authorizationNumberstringno(none)Look up a single license (authorization) number directly.
maxResultsintegerno50Maximum records to collect across all queries.
withLeadScorebooleannofalsePaid add-on. Adds aiLeadScore, aiLeadTier, aiLeadRationale. Charged only on usable output. Requires a paid Apify plan.
withProfileSummarybooleannofalsePaid add-on. Adds aiProfileSummary. Charged only on usable output. Requires a paid Apify plan.

Filters combine with logical AND. Empty filters are ignored.

Output reference

One dataset item per licensee. Firm and individual records share one schema; fields not relevant to a record type are null. Types: string, integer, or null.

FieldTypeDescription
entityTypestringfirm, agent, amc or appraiser.
firmNamestringFirm/brokerage name (firm records), else null.
fullNamestringIndividual's full name (agent/appraiser records), else absent/null.
citystringFirm city (firm records), or null.
licenseNumberstringLicense (authorization) number.
licenseStatusstringLicense status, for example ACTIVE.
renewalDueDatestringRenewal due date (MM/DD/YYYY).
phonestringFirm phone digits (firm records), or null.
emailstringFirm email (firm records), or null.
dbaNamestringDoing-business-as name (firm records), or null.
activeAgentsintegerActive agent count (firm records), or null.
brokerLicenseNumberstringBroker license number (firm records), or null.
licenseTypestringLicense type (individual records), or null.
firmRolestringRole at the firm (individual records), or null.
firmNameOfAgentstringFirm the individual is attached to, or null.
historyUrlstringGREC license history/certification URL.
searchCitystringThe city query this record came from, or null.
searchNamestringThe name query this record came from, or null.
aiLeadScoreintegerAI lead score (0 to 100). Present only when withLeadScore produced output, else null.
aiLeadTierstringAI lead tier. Present only when withLeadScore produced output, else null.
aiLeadRationalestringAI rationale. Present only when withLeadScore produced output, else null.
aiProfileSummarystringAI profile summary. Present only when withProfileSummary produced output, else null.
sourcestringAlways Georgia Real Estate Commission (GREC).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringOn a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"entityType": "firm", "cities": ["Atlanta"], "maxResults": 10}):

{
"entityType": "firm",
"firmName": "CHICK DEEP ENTERPRISES LLC",
"city": "Atlanta",
"licenseNumber": "79303",
"licenseStatus": "ACTIVE",
"renewalDueDate": "10/31/2029",
"phone": "4044268899",
"email": "deegetsitdone@gmail.com",
"dbaName": "NEW FREEDOM REALTY PARTNERS",
"activeAgents": 1,
"brokerLicenseNumber": "296643",
"historyUrl": "https://ata.grec.state.ga.us/Account/ViewHistoryCertification?pAuthorizationNumber=79303&pAuthorizationType=BKFM",
"searchCity": "Atlanta",
"source": "Georgia Real Estate Commission (GREC)",
"observedAt": "2026-08-10T14:37:45.805Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~georgia-grec-realestate-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"entityType":"firm","cities":["Atlanta","Savannah"],"maxResults":50}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~georgia-grec-realestate-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"entityType":"agent","cities":["Marietta"],"lastNames":["Smith","Jones"],"maxResults":100}'

Apify CLI:

apify call scrapers_lat/georgia-grec-realestate-scraper \
--input '{"authorizationNumber":"79303"}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per license record returned (result event). See the pricing tab for the current per-result price.
  • Optional AI add-ons (ai_lead_score, ai_profile_summary) are billed separately and only when they produce usable output, and only on paid Apify plans.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxResults.

FAQ and troubleshooting

A run returned 0 records. Why? No licensees matched the record type, city and name filters. Try another city or remove the name filter. Zero-result runs are not charged.

How do I get the most records? The source caps a single query at 50 rows. Pass several cities and, for individuals, several lastNames, so the actor fans out across many queries in one run.

Which record type gives phone and email? firm. Firm/brokerage records include phone, email, DBA and broker license. Individual records include license type, status, renewal and firm.

Why is email or phone null on an agent record? GREC exposes contact details on firm records, not individual ones. Those fields are null for agents/appraisers, never invented.

Do the AI fields cost extra? Yes. They are opt-in paid add-ons, billed only when they return usable output, and disabled on free Apify plans.

Is this an official GREC tool? No. This actor is independent and has no affiliation with the Georgia Real Estate Commission. It reads only data that is publicly available. Use it in accordance with the source's terms of service.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with the Georgia Real Estate Commission. Accesses only publicly available data. Use in accordance with the source's terms of service.