Sports
Playo logo

Playo API

playo.co

Search and book sports venues, activities, coaching sessions, and trainers by location on Playo.

Actions
4
Category
Sports
Login
Not required
Output
JSON

Call the Playo API

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

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_playo_activity_listing_fetch_bangalore",
    "params": {
      "lat": 12.9716,
      "lng": 77.5946,
      "sort": 0,
      "avgRatingSort": 0
    }
  }'

4 actions on playo.co

Read

  • Trainer Details

    act_playo_trainer_detail_fetchread1 credit / call

    Returns trainer profile, services, pricing, certifications, and gallery.

    slug
    string · required

Write

Write actions change state on playo.co and run as the account you connect.

  • Activity Listing

    act_playo_activity_listing_fetch_bangalorewrite2 credits / call

    Returns nearby open activities, hosts, times, and distances for a location.

    lat
    number · required
    lng
    number · required
    sort
    integer · required
    avgRatingSort
    integer · required
  • Trainer Listing

    act_playo_trainer_listing_fetch_bangalorewrite2 credits / call

    Returns a paginated trainer list with profiles, services, and distances for a location.

    lat
    number · required
    lng
    number · required
    sort
    integer · required
    avgRatingSort
    integer · required
    page
    integer · required
    services
    string · required
    type
    string · required
  • Venue Listing

    act_playo_venue_listing_fetch_bangalorewrite2 credits / call

    Returns venue listings with names, areas, sports, ratings, and images for a location.

    lat
    number · required
    lng
    number · required
    sort
    integer · required
    avgRatingSort
    integer · required
    category
    string · required

Playo API questions

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

All Sports sites