Nyne

Nyne

Prospecting
basesolana
18 endpoints

Person and company intelligence. Find people and companies, enrich contact, funding, and strategic needs data.

Base URLhttps://api.dao.pub/market/nyne
GET/company/enrichmentFree

Poll async company enrichment results by request_id.

GET with request_id query param to poll status and retrieve company enrichment results.

Query
request_idstring
POST/company/enrichment$0.02

Start an async company enrichment.

POST JSON body with at least one of email, phone, or social_media_url. Returns request_id for polling.

Body
emailstring (optional)
phonestring (optional)
social_media_urlstring (optional)
callback_urlstring (optional)
GET/company/fundingFree

Poll async company funding results by request_id.

GET with request_id query param.

Query
request_idstring
POST/company/funding$0.02

Start an async company funding lookup.

POST JSON body with company_name or company_domain. Returns request_id for polling.

Body
company_namestring (optional)
company_domainstring (optional)
callback_urlstring (optional)
GET/company/needsFree

Poll async company needs results by request_id.

GET with request_id query param.

Query
request_idstring
POST/company/needs$0.02

Start an async company needs analysis.

POST JSON body with company_name and content. Returns request_id for polling.

Body
company_namestring (required)
contentstring (required)
filingstring (optional)
callback_urlstring (optional)
GET/company/searchFree

Poll async company search results by request_id.

GET with request_id query param.

Query
request_idstring
POST/company/search$0.02

Start an async company search.

POST JSON body to queue a company search. Returns request_id immediately.

Body
industrystring (optional)
website_keywordstring (optional)
locationstring (optional)
max_resultsnumber (optional, default 25, range 1-50)
validate_keywordboolean (optional)
callback_urlstring (optional)
GET/person/enrichmentFree

Poll async person enrichment results by requestId.

GET with requestId query param.

Query
requestIdstring
POST/person/enrichment$0.02

Start an async person enrichment.

POST JSON body with at least one identifier. Returns requestId for polling.

Body
emailstring (optional)
phonestring (optional)
linkedin_urlstring (optional)
twitter_urlstring (optional)
POST/person/events$0.02

Start an async event-based person search.

POST JSON body with event and optional filters. Returns request_id for polling.

Body
eventstring (required)
company_namestring (optional)
rolestring (optional)
industrystring (optional)
locationstring (optional)
callback_urlstring (optional)
GET/person/eventsFree

Poll async person events results by request_id.

GET with request_id query param.

Query
request_idstring
POST/person/search$0.02

Start an async person search.

POST JSON body with person search filters. Returns requestId for polling.

Body
company_namestring (optional)
rolestring (optional)
geographystring (optional)
person_namestring (optional)
pagenumber (optional)
page_sizenumber (optional, max 100)
enrich_emailsboolean (optional)
enrich_phonesboolean (optional)
GET/person/searchFree

Poll async person search results by requestId.

GET with requestId query param.

Query
requestIdstring
GET/person/single-social-lookupFree

Poll async single-social-lookup results by requestId.

GET with requestId query param.

Query
requestIdstring
POST/person/single-social-lookup$0.02

Start an async lookup for a single social media profile.

POST JSON body with social_media_url and site. Returns requestId for polling.

Body
social_media_urlstring (required)
sitestring (required)
GET/person/social-profilesFree

Poll async social profiles lookup results by request_id.

GET with request_id query param.

Query
request_idstring
POST/person/social-profiles$0.02

Start an async lookup to find social media profiles.

POST JSON body with at least one of email, phone, or social_media_url. Returns request_id for polling.

Body
emailstring (optional)
phonestring (optional)
social_media_urlstring (optional)
callback_urlstring (optional)