# WURK API - Base Instagram Likes 100

> WURK API - Base Instagram Likes 100 is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-15).

Delivers 100 likes to a specified Instagram post via a paid x402 micropayment on the Base network

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/insta-likes-100
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-base-instagram-likes-100-b7c85ea6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VlWRSC5dQAoeixBsKmTzv

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 wurk-api-base-instagram-likes-100-b7c85ea6
```

Example prompt: Get 100 Instagram likes on my post at https://www.instagram.com/p/ABC123XYZ/ using WURK — pay for it with USDC on Base.

## When to prefer this

Use this endpoint when you need to quickly deliver exactly 100 likes to a single Instagram post using USDC micropayments on the Base network. Prefer this over Solana variants when operating within the Base blockchain ecosystem. Choose this for a fixed, predictable like count rather than variable-amount endpoints.

## Known failure modes

- Invalid or inaccessible Instagram post URL — job not created
- Payment not confirmed — ok/paid returns false
- Post URL is private or deleted — engagement cannot be delivered
- Network congestion on Base causing payment delay
- Rate limiting or duplicate job rejection

## How this service works

Base 100 Instagram Likes

## Output

Returns a JSON object with ok (boolean success), jobId (internal WURK job identifier for tracking), kind (set to 'insta-likes-100'), paid (boolean alias for ok), and network (set to 'base'). A successful response confirms payment and job creation for delivering 100 Instagram likes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Link to the Instagram post to like."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "ok": {
  "type": "boolean",
  "description": "True when payment is confirmed and the quick job is created."
 },
 "kind": {
  "type": "string",
  "description": "Quick job kind (e.g., insta-likes-100)."
 },
 "paid": {
  "type": "boolean",
  "description": "Alias for ok; kept for backwards compatibility."
 },
 "jobId": {
  "type": "string",
  "description": "Internal WURK job identifier that can be used with other job APIs."
 },
 "network": {
  "type": "string",
  "description": "Network where the job is running (e.g., base)."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-instagram-likes-100-b7c85ea6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wurkapi.fun](https://www.zero.xyz/host/wurkapi.fun/llms.txt)
