Marketplace
Nabis logo

Nabis API

nabis.com

Wholesale cannabis marketplace - products, categories, and brand details.

Actions
11
Category
Marketplace
Login
Not required
Output
JSON

Call the Nabis API

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

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_nabis_brand_detail",
    "params": {
      "brand_id": "cfed3e86-650b-4fae-b3f6-d121e331b1eb"
    }
  }'

11 actions on nabis.com

Read

  • Brand Details

    act_nabis_brand_detailread1 credit / call

    Returns a brand's full profile with name, description, contact details, and order terms.

    brand_id
    string · required
  • Brand Listing

    act_nabis_brand_listingread1 credit / call

    Returns all brands with names, contact info, and item counts, paginated.

  • Category Tree

    act_nabis_category_treeread1 credit / call

    Returns the product class and subcategory taxonomy such as vape, edibles, and flower.

  • Featured Product Carousels

    act_nabis_featured_product_carouselsread1 credit / call

    Returns featured product carousels with their titles and product item IDs.

  • Partner Brands

    act_nabis_partner_brandsread1 credit / call

    Returns the partner brands linked to a given brand, with names and logos.

    brand_id
    string · required
  • Product Details

    act_nabis_product_detailread1 credit / call

    Returns full product details with pricing, THC percentage, images, COA URL, inventory, and brand.

    product_id
    string · required
  • Related Products

    act_nabis_related_productsread1 credit / call

    Returns recommended products related to a given product, with names and details.

    product_id
    string · required

Write

Write actions change state on nabis.com and run as the account you connect.

  • Product Batch Lookup

    act_nabis_product_batch_lookupwrite2 credits / call

    Returns full product records for a list of item IDs in one batch.

    item_ids
    array · required
    page
    integer
    limit
    integer
  • Product Listing

    act_nabis_product_listingwrite2 credits / call

    Returns in-stock products filtered by inventory class such as vape and edibles, paginated.

    inventory_class
    string · required
    page
    integer
    limit
    integer
    brand_id
    array
    order_by
    string
    sort_order
    string
    in_stock
    boolean
  • Product Listing by Brand

    act_nabis_product_listing_brandwrite2 credits / call

    Returns a single brand's in-stock products, paginated.

    brand_id
    string · required
    page
    integer
    limit
    integer
    in_stock
    boolean
  • Product Listing Default

    act_nabis_product_listing_defaultwrite2 credits / call

    Returns all in-stock products with no filters, paginated.

    page
    integer
    limit
    integer
    in_stock
    boolean

Nabis API questions

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