Get a list of companies that match your query
Company name or number
By using this API, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. If you have any questions or concerns, please contact us
const response = await fetch('https://api.akibaone.com/api/searchcompanies', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "message": "text", "id": "text" }