# MarketPulse Social Strategy

> MarketPulse Social Strategy is a paid API for AI agents from marketpulse-brown.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns platform-specific organic social media content strategy including posting cadence, content pillars, hook formulas, and algorithm guidance.

## Facts

- Endpoint: GET https://marketpulse-brown.vercel.app/api/market/social-strategy
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/marketpulse-social-strategy-5eb06010
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zeYet04h7Vg5dlzKpm0vf

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 marketpulse-social-strategy-5eb06010
```

Example prompt: Give me a complete organic content strategy for Instagram for my sustainable fashion brand — including how often to post, what content pillars to focus on, hook formulas that work, and how to stay in sync with the algorithm.

## When to prefer this

Choose this endpoint when an agent needs a ready-to-execute organic social media content plan for a specific platform, rather than paid ad copy, SEO content briefs, or channel budget allocation. Best suited for social media managers, content creators, or marketing agents building platform-native posting strategies without paid media spend.

## Known failure modes

- Missing or unsupported platform parameter returns an error or generic fallback
- Insufficient brand/niche context may produce overly generic strategy recommendations
- API unavailability returns a 402 or 5xx error if payment or server issues occur
- Overly broad input may yield low-specificity output requiring follow-up refinement

## How this service works

What should this brand actually post on Instagram, LinkedIn or TikTok — and how often? Organic content strategy with a specific posting cadence, ranked content formats, content pillars, hook formulas and what to stop doing, for a given platform and industry. For social-media and marketing agents.

## Output

A structured social media content strategy containing platform-specific posting cadence recommendations, content pillars tailored to the brand/niche, proven hook formulas for that platform, and actionable algorithm guidance to maximize organic reach.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "industry",
  "platform"
 ],
 "properties": {
  "goal": {
   "type": "string",
   "description": "What organic social should accomplish"
  },
  "lang": {
   "type": "string",
   "description": "Language to respond in — defaults to English"
  },
  "industry": {
   "type": "string",
   "description": "The industry or niche the account operates in"
  },
  "platform": {
   "type": "string",
   "description": "Social platform to build the strategy for"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "industry": "fitness supplements",
  "platform": "TikTok",
  "disclaimer": "Platform algorithms change frequently. Re-assess strategy every 90 days.",
  "amazon_search": "Building a StoryBrand by Donald Miller",
  "hook_formulas": [
   "Stop taking [supplement] until you watch this",
   "Nobody is telling you this about [ingredient]"
  ],
  "content_pillars": [
   {
    "pillar": "Myth-busting supplement claims",
    "percentage": 40,
    "content_ideas": [
     "Debunk a common supplement myth in under 30 seconds"
    ]
   }
  ],
  "posting_cadence": {
   "frequency": "5-7 times per week",
   "rationale": "Matches when the target audience is scrolling before and after workouts",
   "best_times": [
    "6-9am and 7-9pm local time"
   ]
  },
  "hashtag_strategy": "3-5 niche hashtags plus 1-2 broad ones; avoid generic mega-tags with no targeting value",
  "algorithm_summary": "TikTok's algorithm still favors watch-time and shares over follower count, rewarding niche accounts that hook viewers in the first 2 seconds",
  "engagement_tactics": [
   "Ask a direct yes/no question in the caption to drive comments"
  ],
  "what_to_stop_doing": [
   "Posting generic motivational quote graphics — low completion rate and low reach"
  ],
  "profile_optimization": [
   "Lead the bio with the specific transformation or outcome offered"
  ],
  "growth_milestone_plan": "At this cadence, expect meaningful follower growth within 60-90 days if hook quality holds",
  "content_formats_ranked": [
   {
    "why": "Low production cost, high completion rate for educational fitness content",
    "effort": "low",
    "format": "Short-form talking-head with text overlay",
    "recommended": true,
    "reach_potential": "high"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/marketpulse-social-strategy-5eb06010/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marketpulse-brown.vercel.app](https://www.zero.xyz/host/marketpulse-brown.vercel.app/llms.txt)
