# OneShotAgent Social Media Newsfeed

> OneShotAgent Social Media Newsfeed is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Retrieves recent social media posts from a person's Twitter or LinkedIn profile

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/tools/research/newsfeed
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshotagent-social-media-newsfeed-166212af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KScq760gNC268q5iWLhOa

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability oneshotagent-social-media-newsfeed-166212af -d '<json body>'
```

Example prompt: Can you pull the most recent posts from Elon Musk's Twitter profile at https://twitter.com/elonmusk so I can see what he's been saying lately?

## When to prefer this

Use this endpoint when you need recent public posts from a specific known person on Twitter or LinkedIn and have their profile URL. Prefer this over general web search when you want structured post data directly from the social profile rather than news articles or web mentions. It complements the sibling 'Find articles' and 'Social interactions' endpoints for full people intelligence workflows.

## Known failure modes

- Invalid or malformed profile URL returns a validation error
- Private or suspended accounts may return empty results or an access error
- Rate limiting may occur if too many requests are made in quick succession
- Non-Twitter/LinkedIn URLs may not be supported and return an unsupported platform error

## How this service works

Get recent social media posts from a person

## Output

A list of recent social media posts from the specified Twitter or LinkedIn profile, including post content and likely metadata such as timestamps and engagement signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "social_media_url": {
   "type": "string",
   "format": "uri",
   "description": "Twitter or LinkedIn profile URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshotagent-social-media-newsfeed-166212af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
