Now powering the Farcaster protocol

Build on Farcaster.
Ship in minutes.

Neynar gives you the APIs, SDKs, and infrastructure to build decentralized social apps — without running your own nodes.

1,000+Developers
99.9%Uptime
<50msAvg Latency
// Fetch a user's Farcaster profile in one call
const response = await fetch(
  'https://api.neynar.com/v2/farcaster/user?fid=3',
  { headers: { 'x-api-key': YOUR_API_KEY } }
);

const { user } = await response.json();
console.log(user.display_name); // "Dan Romero"

Everything you need to build on Farcaster

One platform. Every tool. Zero node management.

REST APIs

Read and write casts, profiles, channels, reactions, and more with simple HTTP calls.

Hosted Hubs

Managed Farcaster hub nodes so you never have to provision or sync infrastructure.

Webhooks

Real-time event notifications for casts, follows, reactions, and channel activity.

Signer Management

Handle cryptographic signers for write operations without managing keys yourself.

Account Creation

Programmatically onboard users to Farcaster with a single API call.

Mini Apps & Frames

Build interactive mini apps that run natively inside Farcaster clients.

Built for developers,
loved by teams

From weekend hackers to venture-backed startups, Neynar powers the apps that define the Farcaster ecosystem.

  • TypeScript & Python SDKs
  • Comprehensive API reference
  • Quickstart guides & tutorials
  • Active Discord community
  • Dedicated support for teams
Explore Documentation

$ npm install @neynar/nodejs-sdk

added 42 packages in 2.1s

 

$ node app.js

✓ Connected to Neynar API

✓ Fetched 1,247 casts

✓ Webhook registered

Server running on port 3000

Simple, transparent pricing

Start free. Scale as you grow.

Free

$0/mo

For hobbyists and experiments

  • 1,000 API calls / day
  • 1 hosted hub
  • Community support
  • Core APIs
Get Started

Enterprise

Custom

For teams at scale

  • Unlimited API calls
  • Dedicated infrastructure
  • SLA & uptime guarantee
  • Dedicated account manager
Contact Sales

Ready to build the future of social?

Join 1,000+ developers building on Farcaster with Neynar.

Start Building Free