ConsoleCatalog
Sign in
Trend Hunter logo

Trend Hunter

trendhunter.comNews Mediano auth

Consumer trend coverage; homepage feed, section listings, and full articles.

Article Details

ASYNCREADNo auth

Returns a trend article's full content and metadata including title, body, word count, image, and links.

ParametersFormJSON

Trend article URL slug (e.g. fresh-connect) identifying the article at /trends/{article_slug}

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_trendhunter_article_full",
    "params": {
      "article_slug": "fresh-connect"
    }
  }'