Business Services
Exhibitors Gitex logo

Exhibitors Gitex API

exhibitors.gitex.com

GITEX Global exhibitor portal - keyword/category search, listing cards, and profiles.

Actions
3
Category
Business Services
Login
Not required
Output
JSON

Call the Exhibitors Gitex API

Submit a task, then poll the job until it settles. This example runs act_exhibitors_gitex_exhibitor_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_exhibitors_gitex_exhibitor_detail",
    "params": {
      "exhibitor_slug": "ecoatm"
    }
  }'

3 actions on exhibitors.gitex.com

Read

  • Exhibitor Details

    act_exhibitors_gitex_exhibitor_detailread1 credit / call

    Returns an exhibitor's profile including name, stand, hall, country, description, and sectors.

    exhibitor_slug
    string · required
  • Exhibitor Portal Page

    act_exhibitors_gitex_exhibitor_portal_pageread1 credit / call

    Returns the exhibitor portal with available country and category filters.

Write

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

  • Exhibitor Listing

    act_exhibitors_gitex_exhibitor_listingwrite2 credits / call

    Returns exhibitors filtered by country and category, with stands, countries, and sectors.

    country
    string · required
    category_ids
    array
    pagination_offset
    integer
    keyword_search
    string
    limit
    integer

Exhibitors Gitex API questions

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

All Business Services sites