Skip to main content
POST
/
api
/
techmeme
/
stories
/
river
/techmeme/stories/river
curl --request POST \
  --url https://api.anysite.io/api/techmeme/stories/river \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300
}
'
[
  {
    "headline": "<string>",
    "@type": "TechmemeRiverItem",
    "permalink_id": "<string>",
    "source": "<string>",
    "author": "<string>",
    "url": "<string>",
    "permalink_url": "<string>",
    "published_date": "<string>",
    "time": "<string>",
    "twitter_url": "<string>",
    "threads_url": "<string>",
    "bluesky_url": "<string>",
    "mastodon_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of stories to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

headline
string
required
@type
string
default:TechmemeRiverItem
source
string | null
author
string | null
url
string | null
published_date
string | null
time
string | null
twitter_url
string | null
threads_url
string | null
bluesky_url
string | null
mastodon_url
string | null