Shopping
Article Canada logo

Article Canada API

article.com

Article - furniture search, product details, reviews, and collections.

Actions
7
Category
Shopping
Login
Not required
Output
JSON

Call the Article Canada API

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

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_article_ca_category_product_listing_ssr",
    "params": {
      "category_id": "224",
      "category_slug": "living-furniture"
    }
  }'

7 actions on article.com

Read

  • Category Product Listing

    act_article_ca_category_product_listing_ssrread2 credits / call

    Returns the category product grid with titles, prices, images, and links.

    category_id
    string · required
    category_slug
    string · required
    page
    string
  • Category Tree

    act_article_ca_category_treeread1 credit / call

    Returns the full category taxonomy with nested categories and browse URLs.

  • Collection Hub

    act_article_ca_collection_hub_ssrread1 credit / call

    Returns the rooms collection hub with room and category entry points and featured links.

  • Collection Page Content

    act_article_ca_collection_page_contentread2 credits / call

    Returns content blocks, hero content, and page metadata for a collection page.

    category_slug
    string · required
  • Navigation Menu

    act_article_ca_navigation_menuread1 credit / call

    Returns the mega-menu navigation tree with rooms, products, and outdoor sections.

  • Product Details

    act_article_ca_product_detailread2 credits / call

    Returns product detail with title, description, variants, pricing, and availability.

    product_hash_key
    string · required
  • Product Reviews

    act_article_ca_product_reviewsread2 credits / call

    Returns customer reviews with star ratings, review text, and reviewer details.

    product_hash_key
    string · required
    page
    integer · required

Article Canada API questions

Is there an API for Article Canada?
Article Canada does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for article.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 Article Canada 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 article.com changes its markup, Anakin updates the action.
Do I need a Article Canada account?
No. Every Article Canada action listed here runs anonymously — no account and no credentials required.
What does the Article Canada 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 Shopping APIs

All Shopping sites