News Media
Trend Hunter logo

Trend Hunter API

trendhunter.com

Trend Hunter - consumer trend coverage; homepage feed, section listings, and full articles.

Actions
3
Category
News Media
Login
Not required
Output
JSON

Call the Trend Hunter API

Submit a task, then poll the job until it settles. This example runs act_trendhunter_article_full.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_trendhunter_article_full",
    "params": {
      "article_slug": "fresh-connect"
    }
  }'

3 actions on trendhunter.com

Read

  • Article Details

    act_trendhunter_article_fullread1 credit / call

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

    article_slug
    string · required
  • Homepage Feed

    act_trendhunter_homepage_feedread1 credit / call

    Returns the homepage feed of today, week, and month trend cards with titles, summaries, and URLs.

  • Section Listing

    act_trendhunter_section_listingread1 credit / call

    Returns trend article cards for a section with title, URL, and position.

    section_slug
    string · required

Trend Hunter API questions

Is there an API for Trend Hunter?
Trend Hunter does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for trendhunter.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Trend Hunter data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when trendhunter.com changes its markup, Anakin updates the action.
Do I need a Trend Hunter account?
No. Every Trend Hunter action listed here runs anonymously — no account and no credentials required.
What does the Trend Hunter API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More News Media APIs

All News Media sites