Marketplace
Artfire logo

Artfire API

artfire.com

Handmade goods marketplace - item search, categories, product details, and seller studios.

Actions
6
Category
Marketplace
Login
Not required
Output
JSON

Call the Artfire API

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

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_artfire_com_category_product_listing",
    "params": {
      "collection_slug": "personalized-gifts-for-him-wholesale-custom-options"
    }
  }'

6 actions on artfire.com

Read

  • Category Product Listing

    act_artfire_com_category_product_listingread2 credits / call

    Returns products in a category with titles, prices, images, and product URLs.

    collection_slug
    string · required
    page
    string
    sort_by
    string
  • Collection Product Details

    act_artfire_com_product_detail_collectionread2 credits / call

    Returns a product's title, pricing, variants, images, and seller details within a collection.

    collection_slug
    string · required
    product_handle
    string · required
  • Homepage Product Listing

    act_artfire_com_homepage_product_listingread1 credit / call

    Returns featured storefront products with titles, prices, and images.

  • Product Details

    act_artfire_com_product_detailread1 credit / call

    Returns a product's title, pricing, variants, images, and seller information.

    product_handle
    string · required
  • Seller Products

    act_artfire_com_seller_studio_widget_apiread2 credits / call

    Returns a seller's product listings with titles, prices, images, and pagination.

    shop
    string · required
    seller_slug
    string · required
    page
    string
    sort
    string
  • Seller Studio Profile

    act_artfire_com_seller_studio_profileread1 credit / call

    Returns a seller's profile: bio, branding, shop links, and featured products.

    seller_slug
    string · required

Artfire API questions

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

All Marketplace sites