Point it at a Harmonic account and the research loop happens in the conversation: resolve a domain to a company, run a query across companies or people, pull the employee list, and pick a saved search back up where it was left.
A server in front of Harmonic.ai's API for company and people research. It looks a company up by its website domain, runs company and people searches with pagination, pulls a company's employee list, and re-opens a search you saved in Harmonic.
- A company found by its website domain
- Companies matched to a search query, with a result size and a pagination cursor
- People matched to a search query, with the same paging arguments
- The active employees of a company
- The results of a search you saved in Harmonic
A Harmonic API key from console.harmonic.ai. The key is set inside the session with harmonic_set_api_key rather than through the environment. The server is built from source with npm install and npm run build, then launched with the full path to node against dist/standalone/index.js.
