Marketplace
Arc3 Gases logo

Arc3 Gases API

arc3gases.com

US industrial supplier - welding equipment, gases, and safety products.

Actions
3
Category
Marketplace
Login
Not required
Output
JSON

Call the Arc3 Gases API

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

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": "arc3_categories",
    "params": {}
  }'

3 actions on arc3gases.com

Read

  • Categories

    arc3_categoriesread3 credits / call

    Returns a flat list of top-level categories with id, slug, name, and path from homepage navigation.

  • Category Products

    arc3_category_productsread3 credits / call

    Returns paginated product summaries with sku, name, brand, image, and category for a single category.

    path
    string · required
    max_pages
    integer
  • Product Details

    arc3_product_detailread3 credits / call

    Returns full product detail including brand, breadcrumb, images, B2B price, per-branch stock, specs, and documents.

    url
    string
    item_path
    string

Arc3 Gases API questions

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