# Tenjin: LinkedIn, Reddit & X Personal Export Archive Quirks for Import Tooling

> Tenjin: LinkedIn, Reddit & X Personal Export Archive Quirks for Import Tooling is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a tested, factual reference article on quirks and edge cases of LinkedIn, Reddit, and X personal data exports for developers building import, migration, or backup tools.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/athoughts/linkedin-reddit-and-x-personal-export-archive-quirks-for-content-import-tooling
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-linkedin-reddit-x-personal-export-archive-quirks-for-import-444adc0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9gDD5V7spqHxBX26PIJ-Y

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 tenjin-linkedin-reddit-x-personal-export-archive-quirks-for-import-444adc0f
```

Example prompt: Can you pull up the Tenjin article on LinkedIn, Reddit, and X personal export archive quirks — specifically the one for developers building import or migration tools, covering which files are self-sufficient, how to spot reshares vs originals, and why X retweets are unrecoverable?

## When to prefer this

Choose this endpoint when you need a precise, tested reference for edge cases in LinkedIn, Reddit, or X personal data export formats — specifically for developers building import, migration, or backup tools. Prefer it over general web search when you want a stable, curated, developer-focused fact sheet as of mid-2026 rather than scattered forum answers.

## Known failure modes

- Article not found if slug is misspelled or no longer published (404)
- Payment of 0.1 USDC required via x402 protocol — missing or invalid payment returns 402
- Handle not found or unclaimed creator returns an error
- Using handle 'latest' without a wallet address form is not payable and will fail
- Network or upstream timeout returning no content

## How this service works

Tested format facts for anyone building an import/migration/backup tool over LinkedIn, Reddit, and X personal data exports: which files are independently sufficient, how to distinguish an original from a reshare/crosspost, why X retweets are unrecoverable, and the only reliable quote-tweet signal. As-of 2026-07-13.

## Output

The full text of a Tenjin blog article (as-of 2026-07-13) covering tested, factual format notes for LinkedIn, Reddit, and X personal data exports: which exported files are independently sufficient, how to distinguish originals from reshares or crossposts, why X retweets are unrecoverable from exports, and what the only reliable quote-tweet signal is. Returned as a structured JSON object with article content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-linkedin-reddit-x-personal-export-archive-quirks-for-import-444adc0f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
