ConsoleCatalog
Sign in
Criterion logo

Criterion

criterion.comEntertainmentno auth

Criterion Current - editorial articles, sections, topics, authors, and keyword search.

Category Listing Pagination

ASYNCREADNo auth

Returns the next page of article cards for a category section.

ParametersFormJSON

Numeric category ID for the editorial section (e.g. 2 for Essays)

Last article ID from the current page - used as the pagination cursor for load-more

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_criterion_category_listing_pagination",
    "params": {
      "category_id": "2",
      "article_id": "9039"
    }
  }'