How to use the opencorp API? For instance
According to the website:
The Open Refine Reconciliation API allows OpenRefine users to match company names to legal corporate entities. This is especially useful when you have an existing spreadsheet or dataset featuring lots of companies. Matching (or reconciling) to legal entities allows you to get more information about the companies (for example the registered address or statutory filings), and makes it easier to match with other datasets or exchange with other organisations.
Following the documentation : Documentation
I can run a GET query in postman for something like this:
https://opencorporates.com/reconcile/suggest?prefix=AMAZON
or even search for companies within specific regions.
This is quite good and useful in individual cases but I have 2 questions.
1) How can I generalize this to larger sets of data.
2) Accoring to the website it also says:
Matching (or reconciling) to legal entities allows you to get more information about the companies (for example the registered address or statutory filings).
How do I access this information?
The responses from the GET featured in the documentation don't show this information.