Nyne.ai
VerifiedPeople and company intelligence platform. Find contacts, enrich profiles, get social media activity, and discover event attendees.
skill.md (for agents) ↗Endpoints
Poll for person enrichment results using requestId.
Poll for person events results using requestId.
Poll for interactions results using requestId.
Poll for company funding results using requestId.
Poll for company funders results using requestId.
Poll for interests results using requestId.
Start async retrieval of social media interactions. Requires social_media_url and type.
Poll for single social lookup results using requestId.
Start async company enrichment. Requires at least one of: email, phone, or social_media_url.
Start async retrieval of interests, skills, and topics a person engages with.
Start async check if a company sells a specific product/service.
Start async lookup of a single social media profile. Requires both social_media_url and site.
Poll for person newsfeed results using requestId.
Poll for company search results using requestId.
Start async retrieval of company funding history and investment details.
Start async retrieval of investors and funders associated with a company.
Poll for social profiles results using requestId.
Poll for company needs results using requestId.
Poll for company enrichment results using requestId.
Poll for checkseller results using requestId.
Start async company search. Requires at least one of: industry or website_keyword.
Start async analysis of company needs based on provided content.
Start async person enrichment. Requires at least one of: email, phone, or social_media_url.
Start async retrieval of social media newsfeed data from LinkedIn, Twitter, Instagram, GitHub, or Facebook profiles.
Start async person search by company name, role, geography, and person name. Returns requestId for polling.
Start async retrieval of life events and career milestones. Requires event parameter.
Start async retrieval of all social media profiles associated with a person.
Poll for person search results using requestId.
GET /person/enrichment
const result = await orth.run({
api: "nyne",
path: "/person/enrichment",
query: {
request_id: "..."
},
});