Pay per run, not per month. Run AI tools starting from 1¢ with no subscriptions.
Search
Enrichment
Scraping
Finance
Code
General
Agent
Tool
Prompt
Model
17 glyphs found
const answer = await xpay.run("exa-answer", { query: "What is the x402 payment protocol?" });
Get AI-generated answers grounded in real web sources. Like Perplexity, but as an API.
const jobs = await xpay.run("apollo-job-postings", { organization_id: "5f5e100a01d9a200010c1234" });
Find current job postings for any company. Track hiring signals and growth patterns.
const companies = await xpay.run("apollo-search-companies", { q_keywords: "fintech payments", organization_num_employees_ranges: "51,200", per_page: 10 });
Search companies by industry, size, location, funding, and more from Apollo's database.
const result = await xpay.run("hunter-email-finder", { domain: "stripe.com", first_name: "Patrick", last_name: "Collison" });
Find anyone's professional email address given their name and company domain.
const similar = await xpay.run("exa-find-similar", { url: "https://stripe.com", numResults: 10 });
Find web pages similar to any URL. Great for competitive analysis and content discovery.
const company = await xpay.run("apollo-enrich-company", { domain: "stripe.com" });
Get comprehensive company data — funding, employee count, tech stack, and more from Apollo.
const people = await xpay.run("apollo-search-people", { person_titles: "CTO, VP Engineering", organization_domains: "stripe.com, square.com", per_page: 10 });
Search Apollo's 270M+ contact database by title, company, location, and more.
const content = await xpay.run("tavily-extract", { urls: "https://docs.xpay.sh/protocol/x402" });
Extract structured content from any URL. Returns clean text optimized for LLM processing.
const person = await xpay.run("apollo-enrich-person", { email: "ceo@example.com" });
Enrich any person with full professional profile from Apollo's 270M+ contact database.
const emails = await xpay.run("hunter-domain-search", { domain: "stripe.com", type: "personal", limit: 20 });
Find all email addresses associated with a company domain. Returns emails with confidence scores.
const results = await xpay.run("tavily-search", { query: "Base blockchain L2 TVL 2026", search_depth: "advanced", include_answer: "true" });
AI-optimized web search with clean, structured results. Built specifically for LLM and agent consumption.
const news = await xpay.run("apollo-company-news", { q_organization_domains: "stripe.com, coinbase.com", per_page: 10 });
Get recent news articles about any company. Track competitors, prospects, and market signals.
const person = await xpay.run("hunter-enrich-person", { email: "patrick@stripe.com" });
Get full person profile from an email address — name, title, company, social links, and more.
const result = await xpay.run("hunter-email-verifier", { email: "ceo@example.com" });
Verify if an email address is valid and deliverable. Checks MX records, SMTP, and more.
const results = await xpay.run("exa-search", { query: "AI agent payment infrastructure", numResults: 10, type: "neural" });
AI-powered semantic web search. Returns relevant pages ranked by neural similarity to your query.
const company = await xpay.run("hunter-enrich-company", { domain: "stripe.com" });
Get full company profile from a domain — industry, size, location, tech stack, and more.
const content = await xpay.run("exa-get-contents", { urls: "https://example.com/article1, https://example.com/article2", maxCharacters: 5000 });
Extract clean text and summaries from any web page. Perfect for feeding web content to AI agents.