Icypeas

Active

by Orthogonal

Email / LinkedIn lead tools.

Data

Endpoints · 16

Base URLhttps://x402.orthogonal.com/icypeas
POST/api/url-search/company$0.01Find a company's LinkedIn page URL by company name or domain. Synchronous response with status FOUND or NOT_FOUND.
POST/api/reverse-email-lookup$0.10Look up a professional email address to get the associated LinkedIn profile and person details. Returns results synchronously with status FOUND or NOT_FOUND.
POST/api/email-verification$0.01Verify a single email address for deliverability. Returns a search ID to poll for results via the Fetch Search Result endpoint.
POST/api/bulk-search$0.01Create a bulk search with up to 5000 rows. Supports email-search, email-verification, and domain-search tasks. Returns a file ID to track progress.
POST/api/reverse-email-lookups$0.10Look up multiple professional email addresses in bulk (up to 50 per call) to get associated LinkedIn profiles.
POST/api/find-companies/countFreeCount companies matching a query in the lead database. Free. Filters: name, industry, location, headcount (range), revenue (range), website, companyType, keywor
POST/api/find-companies$0.01Search the lead database for companies matching filters. Returns paginated results. Filters: name, lid, urn, companyId, companyType, industry, location, headcou
POST/api/search-files/readFreeList bulk search files with progress info or get a specific bulk search by file ID. Shows found, done, in-progress, total counts.
POST/api/find-people$0.01Search the lead database for people matching filters. Returns paginated results with profile, job, and company data. Filters: firstname, lastname, currentJobTit
POST/api/domain-search$0.01Scan a domain to discover all associated email addresses. Returns a search ID to poll for results via the Fetch Search Result endpoint.
POST/api/url-search/profile$0.01Find a person's LinkedIn profile URL by name and optionally company/domain and job title. Synchronous response with status FOUND or NOT_FOUND.
GET/api/scrape/profile$0.02Scrape a LinkedIn user profile by URL. Returns detailed profile data including work experience, education, skills, languages, and contact info.
POST/api/email-search$0.01Find a professional email address by providing a first name, last name, and domain or company name. Returns a search ID to poll for results via the Fetch Search
POST/api/find-people/countFreeCount people matching a query in the lead database. Free. Filters: currentJobTitle, pastJobTitle, currentCompanyName, pastCompanyName, location, skills, languag
POST/api/bulk-single-searchs/readFreeRetrieve results for a search by ID. Use to poll async results from email-search, email-verification, domain-search, scrape, url-search. Supports pagination.
GET/api/scrape/company$0.01Scrape a LinkedIn company page by URL. Returns company details including description, industry, employee count, specialties, revenue estimates, and address.

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/icypeas/api/url-search/company
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.01" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/icypeas/api/url-search/company \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.