/georgia/companies/search
Search Georgia business entities in the Secretary of State Corporations Division registry by business name or control number. Returns matching entities with name, control number, entity type, status, principal office address and registered agent name. Use the control_number with georgia/companies for the full entity record.
Price: 1 credit
💡 AI Hint: Search Georgia business entities by business name or control number. Pass query, count, and optionally search_type (business_name, control_number) and search_criteria (starts_with, contains, exact_match). Returns a list of items, each with name, control_number (the public registration number — the lookup key for georgia/companies), legal_form (e.g. Domestic Limited Liability Company, Foreign Profit Corporation, Name Reservation), status (e.g. Active/Compliance, Withdrawn, Admin. Dissolved, Terminated, Expired), principal_office_address and registered_agent_name. Returns an empty list when nothing matches. Use the control_number with georgia/companies for officers, registered agent and addresses.
Authorizations
API token from the dashboard
Headers
Body
Business name or control number to search by
1 - 200"WALMART"
"Coca-Cola"
"K630997"
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Which field to match the query against
business_name, control_number How to match the query against the field
starts_with, contains, exact_match