ParseForge Scrapers

GOAT Sneakers Scraper

parseforge/goat-sneakers-scraper

E-commerceAutomationDeveloper tools

Scrapes GOAT sneaker listings by search term and returns each listing as a flat row with price, size, condition, and product details.

Run this scraper See the API call
Total users
1
Monthly active
0
Total runs
72
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

GOAT Sneakers Scraper

Scrape GOAT sneaker listings by search term, up to a million per run. Every result comes with its price, size, condition, and full product details. No login or API key. Export to CSV, JSON, Excel, or XML.

GOAT's official API requires an app registration, OAuth, and rate-limits you. This reads the public sneaker search results directly, filtered by your search term, and returns each match in one fixed schema.

Who uses it What they scrape GOAT for
Sneaker resellers Track current market prices for specific models
Market researchers Analyze sneaker trends and availability
E-commerce analysts Monitor competitor pricing on GOAT
Sneaker enthusiasts Build personal databases of sneaker releases

What it does

This Actor collects GOAT sneaker listings by search term and returns each one as a flat row.

  • ๐Ÿ” Search by term: Enter any sneaker name, brand, or model, like 'jordan 1' or 'yeezy'.
  • ๐Ÿ“Š Structured output: Each listing is returned as a flat row with price, size, condition, and product details.
  • โšก Scalable: Set maxItems from 1 to 1,000,000 to control how many listings to scrape.
  • ๐Ÿ’พ Multiple export formats: Download your data as CSV, JSON, Excel, or XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with GOAT data

๐Ÿ“ˆ Track sneaker prices.

A reseller runs the Actor daily with a search term like 'jordan 1' to monitor price changes and decide when to buy or sell.

๐Ÿ”Ž Research market trends.

A market researcher scrapes listings for multiple brands to identify which sneaker models are most listed and at what price points.

๐Ÿ›’ Monitor competitor inventory.

An e-commerce analyst scrapes GOAT for specific sneakers to compare availability and pricing with other platforms.

๐Ÿ“š Build a sneaker database.

A sneaker enthusiast collects listings for a personal database of releases, including sizes and conditions.

Why choose this scraper

What you get
No API key needed Scrape public GOAT search results without registration or OAuth
Flexible search Use any search term to target specific sneakers, brands, or models
Scalable Scrape up to 1,000,000 listings per run
Structured data Get consistent fields for price, size, condition, and more

How it compares

No other Store actor targets GOAT the same way, so the honest comparison is with the alternatives teams actually weigh.

GOAT Sneakers Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When GOAT changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a search term, and set maxItems to limit how many listings are returned. The Input tab lists every parameter.

A first run with the defaults:

{
 "query": "jordan 1",
 "maxItems": 10
}

A larger pull:

{
 "query": "jordan 1",
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the GOAT Sneakers Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to GOAT through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/goat-sneakers-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Your search term may be too specific or misspelled. Try a broader term like 'jordan' instead of 'jordan 1 retro high og chicago'. Also check that maxItems is set to at least 1.

Why did the run stop before reaching maxItems?

GOAT may have fewer listings than your maxItems value, or the site may have temporarily blocked the scraper. Try again later or reduce maxItems.

Why are some fields empty?

Not all listings have complete information on GOAT. Empty fields mean the data was not available on the page.

Why am I getting an error?

Check your input: the search term should be a non-empty string and maxItems should be between 1 and 1,000,000. If the problem persists, contact support.

Can I scrape sold listings?

This Actor scrapes current search results, which typically show available listings. Sold listings are not included.

FAQ

Question Answer
Do I need a GOAT account or API key? No. This Actor scrapes public search results and does not require any login or API key.
What search terms can I use? You can use any text, such as a brand, model, or keyword. For example, 'jordan 1', 'yeezy', or 'nike air max'.
How many listings can I scrape? You can set maxItems from 1 to 1,000,000. Free users are limited to 10 items preview, while paid users can scrape up to the maximum.
What data is returned for each sneaker? Each listing includes fields such as price, size, condition, and product details. The exact fields are shown in the sample output.
Can I export the data? Yes, you can export the scraped data to CSV, JSON, Excel, or XML.
Is this Actor legal to use? You should comply with GOAT's terms of service and applicable laws. This Actor only accesses publicly available data.
How often can I run this Actor? You can schedule runs as frequently as you need, subject to Apify platform limits and your plan.
Can I scrape multiple search terms in one run? Currently, the Actor accepts one search term per run. You can run it multiple times with different terms.
Does this Actor handle pagination? Yes, it automatically paginates through search results up to the maxItems limit you set.
What if I get no results? Check your search term for typos or try a broader term. Also ensure maxItems is set to at least 1.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by GOAT Group. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
query string Search term entered into GOAT sneaker search. Trimmed before use. jordan 1
maxItems integer Free users limited to 10 items preview. Paid users optional up to 1,000,000. 10

Pricing

from $7.69 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00769 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~goat-sneakers-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run GOAT Sneakers Scraper on Apify All scrapers