ConsoleCatalog
Sign in
Backlinko logo

Backlinko

backlinko.comMarketingno auth

SEO studies, ranking-factor research, benchmarks, and how-to guides.

Homepage Article Feed

ASYNCWRITENo auth

Returns recent homepage articles with title, slug, URL, image, and author.

ParametersFormJSON

Number of recent article cards to fetch from the homepage feed

cost: 2 credits · 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_backlinko_homepage_article_feed",
    "params": {
      "first": "6"
    }
  }'