← Back to APIs
Nyne.ai logo

Nyne.ai

Verified

People and company intelligence platform. Find contacts, enrich profiles, get social media activity, and discover event attendees.

skill.md (for agents) ↗

Endpoints

GET/person/enrichment

Poll for person enrichment results using requestId.

GET/person/events

Poll for person events results using requestId.

GET/person/interactions

Poll for interactions results using requestId.

GET/company/funding

Poll for company funding results using requestId.

GET/company/funders

Poll for company funders results using requestId.

GET/person/interests

Poll for interests results using requestId.

POST/person/interactions$0.219

Start async retrieval of social media interactions. Requires social_media_url and type.

GET/person/single-social-lookup

Poll for single social lookup results using requestId.

POST/company/enrichment$0.076

Start async company enrichment. Requires at least one of: email, phone, or social_media_url.

POST/person/interests$0.363

Start async retrieval of interests, skills, and topics a person engages with.

POST/company/checkseller$0.148

Start async check if a company sells a specific product/service.

POST/person/single-social-lookup$0.148

Start async lookup of a single social media profile. Requires both social_media_url and site.

GET/person/newsfeed

Poll for person newsfeed results using requestId.

GET/company/search

Poll for company search results using requestId.

POST/company/funding$0.578

Start async retrieval of company funding history and investment details.

POST/company/funders$1.44

Start async retrieval of investors and funders associated with a company.

GET/person/social-profiles

Poll for social profiles results using requestId.

GET/company/needs

Poll for company needs results using requestId.

GET/company/enrichment

Poll for company enrichment results using requestId.

GET/company/checkseller

Poll for checkseller results using requestId.

POST/company/search$0.363

Start async company search. Requires at least one of: industry or website_keyword.

POST/company/needs$0.219

Start async analysis of company needs based on provided content.

POST/person/enrichmentDynamic

Start async person enrichment. Requires at least one of: email, phone, or social_media_url.

POST/person/newsfeed$0.435

Start async retrieval of social media newsfeed data from LinkedIn, Twitter, Instagram, GitHub, or Facebook profiles.

POST/person/searchDynamic

Start async person search by company name, role, geography, and person name. Returns requestId for polling.

POST/person/events$0.219

Start async retrieval of life events and career milestones. Requires event parameter.

POST/person/social-profiles$0.363

Start async retrieval of all social media profiles associated with a person.

GET/person/search

Poll for person search results using requestId.

GET /person/enrichment

const result = await orth.run({
  api: "nyne",
  path: "/person/enrichment",
  query: {
    request_id: "..."
  },
});
    Orthogonal - The Unified API for AI Agents