Marketplace
Teachers Pay Teachers logo

Teachers Pay Teachers API

teacherspayteachers.com

Teachers Pay Teachers - teacher-created resources, pricing, reviews, and seller stores.

Actions
11
Category
Marketplace
Login
Not required
Output
JSON

Call the Teachers Pay Teachers API

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

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_teacherspayteachers_product_bundle_resources",
    "params": {
      "product_ids": ["1048011"]
    }
  }'

11 actions on teacherspayteachers.com

Read

  • Category Browse Listing

    act_teacherspayteachers_category_listing_ssrread2 credits / call

    Returns category resource cards with titles, prices, ratings, and sellers.

    category_path
    string · required
    page
    string
  • Homepage Listing

    act_teacherspayteachers_homepage_ssrread1 credit / call

    Returns featured homepage resource cards with titles, prices, and authors.

  • Math Category Browse Listing

    act_teacherspayteachers_category_listing_ssr_mathread2 credits / call

    Returns elementary math resource cards with prices, ratings, and sellers.

    category_path
    string · required
    page
    string

Write

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

  • Bundle Resources

    act_teacherspayteachers_product_bundle_resourceswrite2 credits / call

    Returns the resources included in a product bundle with titles, prices, and tags.

    product_ids
    array · required
    bundle_offset
    integer
    bundle_limit
    integer
  • Product Details

    act_teacherspayteachers_product_detailwrite2 credits / call

    Returns full product detail with pricing tiers, description, images, ratings, and author store.

    product_id
    string · required
    product_slug
    string · required
    product_ids
    array
  • Product Pricing

    act_teacherspayteachers_listing_product_pricingwrite2 credits / call

    Returns license pricing tiers and buyer flags for a batch of product IDs.

    product_ids
    array · required
  • Product Reviews

    act_teacherspayteachers_product_reviewswrite2 credits / call

    Returns buyer questions and review comments for a product with limit, type, and sort options.

    product_id
    string · required
    limit
    integer
    review_type
    string
    review_sort
    string
  • Related Products

    act_teacherspayteachers_related_productswrite2 credits / call

    Returns related and similar resources for a given product.

    product_id
    string · required
    limit
    integer
  • Resource Search

    act_teacherspayteachers_resource_search_listingwrite2 credits / call

    Returns resource cards and total count by keyword and facets with sort and pagination.

    search_query
    string
    sort_type
    string
    page_number
    integer
    category_facets
    array
  • Seller Store Details

    act_teacherspayteachers_seller_store_detailswrite2 credits / call

    Returns a seller store profile with name, follower count, rating, location, and bio.

    store_id
    string · required
  • Store Discounts

    act_teacherspayteachers_store_discountswrite2 credits / call

    Returns active store-wide promotions applicable to a store and resource.

    store_id
    string · required
    resource_id
    string · required

Teachers Pay Teachers API questions

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