OfferUp Vehicles Scraper avatar

OfferUp Vehicles Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
OfferUp Vehicles Scraper

OfferUp Vehicles Scraper

Scrape OfferUp.com Cars & Trucks listings nationwide or for a specific US state.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Fahim Mahmud Chisti

Fahim Mahmud Chisti

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

Scrapes OfferUp Cars & Trucks listings into the same vehicle dataset contract used by the eBay, Craigslist, and Autotrader Actors in this monorepo.

Features

  • Nationwide Cars & Trucks browse (/explore/k/5/1) or a specific US state (/explore/sk/{state}/cars-trucks)
  • Keyword searches and custom explore/search/detail start URLs
  • Optional detail scraping for VIN, mileage, drivetrain, transmission, colors, seller, and images
  • listedAt from relative post times when OfferUp shows them
  • State verification before saving when a state filter is selected
  • Live progress on / and /status while the run is active
  • Debug HTML dumps for empty or failed pages

Input

FieldDescription
searchKeywordsVehicle keywords such as Honda Civic
startUrlsOfferUp explore, search, or item detail URLs
locationScopenationwide or state
stateUS state code when scope is state
maxItemsCap on saved listings (0 = unlimited)
maxPagesPerSearchMax result pages per keyword/URL
maxListingAgeDaysKeep only recently posted listings
scrapeItemDetailsOpen each item page for richer fields
proxyConfigurationUse US residential proxies

Example:

{
"searchKeywords": ["Toyota Camry"],
"startUrls": [
{
"url": "https://offerup.com/explore/sck/tx/dallas/cars-trucks"
}
],
"locationScope": "state",
"state": "TX",
"maxItems": 50,
"scrapeItemDetails": true
}

Output

{
"itemId": "779357ec-5c27-3e26-8210-0c0b189db896",
"title": "2014 Chevrolet Silverado 1500",
"listedAt": "2026-07-17T12:00:00.000Z",
"price": "17899",
"currency": "USD",
"year": "2014",
"make": "Chevrolet",
"model": "Silverado 1500",
"mileage": "118621",
"vin": "3GCUKSEC1EG174897",
"location": "Plano, TX",
"seller": "Example Seller",
"imageUrl": "https://images.offerup.com/example.jpg",
"images": ["https://images.offerup.com/example.jpg"],
"url": "https://offerup.com/item/detail/779357ec-5c27-3e26-8210-0c0b189db896"
}

Tips

  • Keep the default US residential proxy. OfferUp redirects non-US traffic to a geolocation unavailable page.
  • Prefer Cars & Trucks explore URLs for category-focused crawls.
  • Enable detail scraping when you need VIN/specs or reliable state filtering.
  • Use maxItems and maxPagesPerSearch to control browser cost.

Scrape only public information and comply with applicable law, OfferUp's terms, and reasonable request rates. The Actor does not intentionally collect private contact information.