VOOZH about

URL: https://apify.com/xtracto/poshmark-search-scraper/api

⇱ Poshmark Search Scraper API Β· Apify


Pricing

from $20.00 / 1,000 results

Go to Apify Store

Poshmark Search Scraper

Search Poshmark for any keyword and get clean resale listings with price, brand, size, condition, seller, and photos.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

You might also like

Poshmark Listings Scraper

piotrv1001/poshmark-listings-scraper

The Poshmark Listings Scraper extracts product data from Poshmark search URLs, capturing titles, images, links, seller info, brand, size, price, and old priceβ€”ideal for resale market analysis and price tracking.

83

Poshmark Scraper

cryptosignals/poshmark-scraper

Scrape resale fashion listings from Poshmark. Get item title, brand, size, price, condition, seller, likes, and photos. Ideal for resale market research and inventory sourcing. PPE pricing β€” pay only for results.

1

Poshmark Email Scraper - Advanced, Fast & Cheapest

contacts-api/poshmark-email-scraper-fast-advanced-and-cheapest

πŸ‘— Poshmark Email Scraper helps you gather seller and boutique emails from Poshmark profiles πŸ›οΈ Boost resale outreach and brand deals πŸ“§

Poshmark Scraper

daddyapi/poshmark-scraper

Specialized scraper for Poshmark. Search by KEYWORD and extract detailed listings including prices, photos, descriptions, and seller info from the leading social marketplace.

Poshmark Scraper

automation-lab/poshmark-scraper

Scrape Poshmark product listings with prices, brands, sizes, conditions, and seller info from search results and categories.

πŸ‘ User avatar

Stas Persiianenko

14

Poshmark Scraper β€” Resale Listings by Category | $1.50/1K

bovi/poshmark-listings

Scrape Poshmark fashion resale listings by category or search query. Returns name, brand, price, availability, condition, color, size, image and listing URL via JSON-LD extraction. No proxy needed. Pay per result.

πŸ‘ User avatar

Vitalii Bondarev

2

Poshmark Scraper

parseforge/poshmark-scraper

Scrape Poshmark listings by keyword or seller closet. Extract prices, sold data, seller ratings, brand, size, condition, and 40+ fields per listing. Filter by department, price range, color, and availability. Export to JSON, CSV, or Excel.

Poshmark Scraper

lulzasaur/poshmark-scraper

Scrape Poshmark fashion marketplace. Search clothing, shoes, accessories by brand and category. Returns prices, sizes, condition, and seller info.

Poshmark Listings Scraper

shahidirfan/poshmark-listings-scraper

Harvest Poshmark listings at scale, extract prices, seller data, photos & reviews. Export JSON/CSV for market research, competitive analysis & resale insights. Built for fashion resellers, analysts & ecommerce teams.

13

5.0

You can access the Poshmark Search Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "queries": [
< "coach bag"
< ],
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/xtracto~poshmark-search-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Poshmark Search Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Poshmark Search Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/xtracto~poshmark-search-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/xtracto~poshmark-search-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/xtracto~poshmark-search-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Poshmark Search Scraper API programmatically via the Apify API.

You can choose from:

Poshmark Search Scraper API in Python

Poshmark Search Scraper API in JavaScript

Poshmark Search Scraper API through CLI

Poshmark Search Scraper OpenAPI definition

You can start Poshmark Search Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Poshmark Search Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Poshmark Search Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.