Developer Tools
Box logo

Box API

box.com

Box cloud content platform - app integrations, support articles, pricing, and customer stories.

Actions
5
Category
Developer Tools
Login
Not required
Output
JSON

Call the Box API

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

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

5 actions on box.com

Read

  • Apps Catalog Page

    act_box_apps_catalog_pageread1 credit / call

    Returns the apps catalog with app listings, categories, and featured integrations.

  • Community Posts Listing

    act_box_community_posts_listingread2 credits / call

    Returns recent community posts with titles, authors, vote counts, and discussion urls.

    page
    string · required
    per_page
    string · required
  • Community Posts Trending

    act_box_community_posts_trendingread2 credits / call

    Returns top-voted community posts with titles, scores, authors, and permalinks.

    page
    string · required
    per_page
    string · required
  • Help Center Section Details

    act_box_help_center_section_detailread1 credit / call

    Returns help center section name, description, and content for a product area.

    section_id
    string · required
  • Integrations Catalog Page

    act_box_integrations_catalog_pageread1 credit / call

    Returns the integrations catalog with partner names, categories, logos, and links.

Box API questions

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

All Developer Tools sites