{
  "openapi": "3.0.1",
  "info": {
    "title": "Poshmark Product Search Scraper",
    "description": "Scrape real-time product listings from Smartprix.com with 15+ fields including prices, ratings, stock status, and store details. Perfect for price monitoring, market research, and competitive analysis in the electronics retail space.",
    "version": "0.0",
    "x-build-id": "xgT2Sbe7qbkKgCwrI"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/stealth_mode~poshmark-product-search-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-stealth_mode-poshmark-product-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/stealth_mode~poshmark-product-search-scraper/runs": {
      "post": {
        "operationId": "runs-sync-stealth_mode-poshmark-product-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/stealth_mode~poshmark-product-search-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-stealth_mode-poshmark-product-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "urls": {
            "title": "URLs of the product search list urls to scrape",
            "type": "array",
            "description": "Add the URLs of the product search list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
            "items": {
              "type": "string"
            }
          },
          "ignore_url_failures": {
            "title": "Continue running even if some URLs fail to be scraped",
            "type": "boolean",
            "description": "If true, the scraper will continue running even if some URLs fail to be scraped."
          },
          "keyword": {
            "title": "Keyword to search",
            "type": "string",
            "description": "Enter the keyword to search for items"
          },
          "sort_by": {
            "title": "Sort Items by options",
            "enum": [
              "relevance_v2",
              "added_asc",
              "added_desc",
              "price_desc",
              "price_asc",
              "price_drop",
              "like_count"
            ],
            "type": "string",
            "description": "Sort items by options"
          },
          "department": {
            "title": "Department",
            "enum": [
              "",
              "Women",
              "Men",
              "Kids",
              "Home",
              "Pets",
              "Electronics"
            ],
            "type": "string",
            "description": "Enter the department to search for items"
          },
          "brand": {
            "title": "Brand",
            "enum": [
              "",
              "a new day",
              "Abercrombie & Fitch",
              "adidas",
              "adidas Originals",
              "Adrienne Vittadini",
              "AEROSOLES",
              "Aldo",
              "Alegria",
              "Alexander McQueen",
              "Alfani",
              "allbirds",
              "Allen Edmonds",
              "Altra",
              "American Eagle Outfitters",
              "Ann Taylor",
              "Anne Klein",
              "Anthropologie",
              "ANTONIO MELANI",
              "APL",
              "Aqua",
              "aqua college",
              "Ariat",
              "Asics",
              "ASOS",
              "Badgley Mischka",
              "Balenciaga",
              "Bally",
              "BAMBOO",
              "Banana Republic",
              "Bandolino",
              "Bar III",
              "BareTraps",
              "Bass",
              "BCBGeneration",
              "BCBGMaxAzria",
              "BearPaw",
              "bebe",
              "Bed Stu",
              "Bella Vita",
              "Betsey Johnson",
              "Birdies",
              "Birkenstock",
              "Bloch",
              "Blowfish",
              "BOBS from Skechers",
              "boc",
              "Bombas",
              "Born",
              "Bottega Veneta",
              "Brighton",
              "Brooks",
              "Burberry",
              "Bzees",
              "Calvin Klein",
              "Camper",
              "Cape Robbin",
              "Capezio",
              "Cariuma",
              "Carter's",
              "Cat & Jack",
              "Chaco",
              "Champion",
              "CHANEL",
              "Charles David",
              "CHARLESTON SHOE CO.",
              "Charlotte Russe",
              "Charter Club",
              "Chinese Laundry",
              "Chloe",
              "Christian Louboutin",
              "Circus by Sam Edelman",
              "Clarks",
              "Clove",
              "Coach",
              "Cole Haan",
              "Columbia",
              "Converse",
              "CROCS",
              "Dansko",
              "DC",
              "Deer Stags",
              "Dior",
              "Disney",
              "Dkny",
              "Dockers",
              "Dolce & Gabbana",
              "Dolce Vita",
              "Donald J. Pliner",
              "Dr. Martens",
              "Dr. Scholl's",
              "DV by Dolce Vita",
              "Earth",
              "Easy Spirit",
              "easy street",
              "Ecco",
              "Eileen Fisher",
              "Enzo Angiolini",
              "Etienne Aigner",
              "Everlane",
              "Express",
              "Fendi",
              "Fila",
              "Fitflop",
              "Florsheim",
              "Fly London",
              "FootJoy",
              "Forever 21",
              "Franco Sarto",
              "Free People",
              "Freebird by Steven",
              "Frye",
              "FSJ",
              "G.H. Bass & Co.",
              "G/FORE",
              "GAP",
              "Giani Bernini",
              "Gianni Bini",
              "Giuseppe Zanotti",
              "Gold Toe",
              "Golden Goose",
              "Goodfellow & Co",
              "Gucci",
              "Guess",
              "H&M",
              "Harley-Davidson",
              "Heelys",
              "Hermes",
              "Hey Dude",
              "Hoka",
              "Hoka One One",
              "Hunter",
              "Hush Puppies",
              "INC International Concepts",
              "J. Crew",
              "Jack Rogers",
              "Jambu",
              "JBU",
              "Jeffrey Campbell",
              "Jessica Simpson",
              "Jibbitz",
              "Jimmy Choo",
              "John Fluevog",
              "Johnston & Murphy",
              "Jordan",
              "Josef Seibel",
              "Journee Collection",
              "Juicy Couture",
              "Just The Right Shoe",
              "JustFab",
              "K-Swiss",
              "Karen Scott",
              "Karl Lagerfeld",
              "kate spade",
              "Keds",
              "Keen",
              "Kelly & Katie",
              "Kenneth Cole",
              "Kenneth Cole New York",
              "Kenneth Cole Reaction",
              "Kork-Ease",
              "KURU",
              "L.L. Bean",
              "Lacoste",
              "Lands' End",
              "Lauren Ralph Lauren",
              "Levi's",
              "Life Stride",
              "Lilly Pulitzer",
              "Liz Claiborne",
              "Loeffler Randall",
              "Louis Vuitton",
              "Lucky Brand",
              "lululemon athletica",
              "Madden Girl",
              "Madewell",
              "Manolo Blahnik",
              "Marc Fisher",
              "Melissa",
              "Mephisto",
              "Merona",
              "Merrell",
              "MIA",
              "Michael Kors",
              "MICHAEL Michael Kors",
              "Mini Melissa",
              "Minnetonka",
              "Miu Miu",
              "Mizuno",
              "Mossimo Supply Co.",
              "Muk Luks",
              "Naot",
              "Nasty Gal",
              "Native",
              "Native Shoes",
              "Naturalizer",
              "Nautica",
              "New Balance",
              "Nike",
              "Nina",
              "Nine West",
              "Nisolo",
              "NOBULL",
              "None",
              "Nordstrom",
              "Old Navy",
              "OluKai",
              "On Running",
              "OOFOS",
              "Paul Green",
              "Peloton",
              "PIKOLINOS",
              "Polo Ralph Lauren",
              "Prada",
              "Propet",
              "Puma",
              "Qupid",
              "rag & bone",
              "Ralph Lauren",
              "Reaction Kenneth Cole",
              "Red Wing Shoes",
              "Reebok",
              "Reef",
              "Rocket Dog",
              "Rockport",
              "Rothy's",
              "Roxy",
              "Ryka",
              "Saint Laurent",
              "Salomon",
              "Salvatore Ferragamo",
              "Sam Edelman",
              "Sanita",
              "Sanuk",
              "SAS",
              "Saucony",
              "SCHUTZ",
              "See Kai Run",
              "Seychelles",
              "Shoe Dazzle",
              "Shoe Republic LA",
              "Skechers",
              "Soda",
              "Sofft",
              "Sole Society",
              "Soludos",
              "Sonoma",
              "Sorel",
              "Sperry",
              "Spring Step",
              "Stacy Adams",
              "Steve Madden",
              "Stride Rite",
              "Stuart Weitzman",
              "Style & Co.",
              "Sugar",
              "Sun + Stone",
              "Superga",
              "Tahari",
              "Talbots",
              "Taos Footwear",
              "Teva",
              "Thalia Sodi",
              "The North Face",
              "Tieks",
              "Timberland",
              "Time and Tru",
              "Tod's",
              "Tommy Hilfiger",
              "Toms",
              "torrid",
              "Tory Burch",
              "Twisted X",
              "UGG",
              "UIN",
              "Under Armour",
              "Universal Thread",
              "Urban Outfitters",
              "Valentino",
              "Valentino Garavani",
              "Vans",
              "Veja",
              "Versace",
              "Via Spiga",
              "Vibram",
              "Vince",
              "Vince Camuto",
              "Vintage",
              "Vintage Havana",
              "Vionic",
              "Vivaia",
              "Vivo barefoot",
              "White House Black Market",
              "White Mountain",
              "wild fable",
              "Wild Pair",
              "XYD",
              "YDN",
              "Yeezy",
              "Yves Saint Laurent",
              "Zara"
            ],
            "type": "string",
            "description": "Enter the brand to search for items"
          },
          "color": {
            "title": "Color",
            "enum": [
              "",
              "Black",
              "White",
              "Brown",
              "Blue",
              "Tan",
              "Gray",
              "Pink",
              "Red",
              "Cream",
              "Green",
              "Silver",
              "Gold",
              "Purple",
              "Orange",
              "Yellow"
            ],
            "type": "string",
            "description": "Filter by color"
          },
          "price_range": {
            "title": "Price range (format min-max, e.g. 10-20)",
            "type": "string",
            "description": "Filter by price range"
          },
          "availability": {
            "title": "Availability",
            "enum": [
              "",
              "available",
              "coming_soon_and_available",
              "coming_soon",
              "sold_out",
              "not_for_sale"
            ],
            "type": "string",
            "description": "Filter by availability"
          },
          "shipping_discount_type": {
            "title": "Shipping Discount Type",
            "enum": [
              "",
              "free",
              "discounted"
            ],
            "type": "string",
            "description": "Filter by shipping discount type"
          },
          "page": {
            "title": "Page start",
            "type": "integer",
            "description": "Specify the page number to start scraping from"
          },
          "max_items_per_url": {
            "title": "Max items per URL",
            "type": "integer",
            "description": "The maximum number of items to scrape per URL."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}