Shopping
Leslie's Pool Supplies logo

Leslie's Pool Supplies API

https://lesliespool.com

Leslie's Pool Supplies - pool and spa equipment, chemicals, parts, and reviews.

Actions
6
Category
Shopping
Login
Not required
Output
JSON

Call the Leslie's Pool Supplies API

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

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": "lp_category_browse",
    "params": {
      "category": "clearance-floats-toys-and-rec"
    }
  }'

6 actions on https://lesliespool.com

Read

  • Category Browse

    lp_category_browseread1 credit / call

    Returns products in a category with name, brand, price, discount, stock, and image.

    category
    string · required
    start
    integer
    page_size
    integer
  • Category Tree

    lp_category_treeread1 credit / call

    Returns the full category navigation with departments, subcategories, and leaf categories.

    source_url
    string
  • Product Details

    lp_product_detailsread1 credit / call

    Returns full product details with price, discount, availability, specifications, and images.

    url
    string
    product_id
    string
  • Product Reviews

    lp_product_reviewsread1 credit / call

    Returns customer reviews with average rating, star breakdown, and a paginated review list.

    product_id
    string · required
    page
    integer
    per_page
    integer
    sort_by
    string
    sort_dir
    string
  • Product Search

    lp_search_productsread1 credit / call

    Returns products matching a keyword with name, brand, price, discount, and stock status.

    query
    string · required
    start
    integer
    page_size
    integer
  • Search Suggestions

    lp_search_suggestionsread1 credit / call

    Returns autocomplete suggestions with matching products, categories, brands, and phrases.

    query
    string · required

Leslie's Pool Supplies API questions

Is there an API for Leslie's Pool Supplies?
Leslie's Pool Supplies does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for https://lesliespool.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 Leslie's Pool Supplies 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 https://lesliespool.com changes its markup, Anakin updates the action.
Do I need a Leslie's Pool Supplies account?
No. Every Leslie's Pool Supplies action listed here runs anonymously — no account and no credentials required.
What does the Leslie's Pool Supplies 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 Shopping APIs

All Shopping sites