/massachusetts/companies/search
Search Massachusetts business entities by name in the Secretary of the Commonwealth Corporations Division registry. Returns each matching entity’s name, Identification Number, old Identification Number and address. Use the Identification Number with massachusetts/companies for the full entity record.
Price: 1 credit
💡 AI Hint: Find Massachusetts business entities by name (e.g. ‘DUNKIN’, ‘WALMART’). Pass query and count, and optionally search_type (begins_with, exact_match, full_text, soundex). Returns a list of items, each with id_number (the lookup key), name, old_id_number and address. Feed id_number into massachusetts/companies for the full registry record (officers, registered agent, stock, addresses).
Authorizations
API token from the dashboard
Headers
Body
Company name to search for
1"DUNKIN"
"WALMART"
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500How to match the name against the registry
begins_with, exact_match, full_text, soundex