To get the feed for a farcaster user, you traditionally, you have to run a hub or get access to a hosted indexer. You have to fetch the graph of the user, the raw cast data from that graph, mentioned profiles, reactions, profile of the authors, (long list of things…), and stitch it back into the final feed object before you can render it. Thankfully, Neynar’s SDK and APIs make this much simpler!
You get all the data in one request, making it easy to display or use in your next operation. If you want to try getting a live response, head over to our API page for v2/feed.You can take the cursor from the output and pass it in the next request to the SDK to page to the next set of results.