/rhode_island/companies/search
Search Rhode Island businesses by name in the Secretary of State registry. Returns each matching entity’s Identification Number, name, NAICS code, active/inactive flag and address.
Price: 1 credit
💡 AI Hint: Find Rhode Island businesses by name (e.g. ‘CVS’, ‘HASBRO’). Returns id_number, name, naics, is_inactive and address for each match. Use search_type to control matching (begins_with, exact_match, full_text, soundex) and status to restrict to active or inactive entities. Feed id_number into rhode_island/companies to get the full registry record.
Authorizations
API token from the dashboard
Headers
Body
Company name to search for
1"CVS"
"HASBRO"
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 Restrict results to active or inactive entities
active, inactive