OfferUp Scraper
by igolaizola
Scrape OfferUp listings by keyword & ZIP code. Get prices, seller info, images & more to track local deals and price trends. Export JSON/CSV data.
Opens on Apify.com
About OfferUp Scraper
Need to track what's selling in your neighborhood or find the best local deals? This OfferUp scraper pulls real-time listing data so you can see what people are actually buying and selling near you. Just give it a keyword and a ZIP code, and it goes to work, collecting titles, prices, images, locations, and seller information. You can even configure it to grab the full listing details if you need them. I use this to monitor price trends for specific items—it's way more accurate than guessing. For anyone in sales or lead generation, it's perfect for building a pipeline of local sellers. Since it runs on US residential proxies, the data comes through reliably, just like a real local user browsing the site. When it's done, you get everything in a clean JSON or CSV file ready to drop into a spreadsheet or your own analysis tools. It saves me the hours I'd spend manually checking listings every day.
What does this actor do?
OfferUp Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
OfferUp Scraper
Overview
This actor scrapes marketplace listings from offerup.com. It searches by keyword and U.S. ZIP code, returning data for price tracking, market analysis, or lead generation. Results are delivered as structured JSON or CSV.
Key Features
- Search & Scrape: Fetches listings based on a search query and geographic area.
- Detail Enrichment: Optional deep scrape (
fetchDetails: true) for comprehensive listing, seller, and fulfillment data. - Sorting & Filtering: Sort results by best match, recency, distance, or price. Filter recent listings by age.
- Structured Output: Returns clean data including title, price, location, images, and URLs.
How to Use
- Add the actor to your Apify account.
- Configure the input parameters (see below).
- Run the actor. Use U.S. residential proxies (like Apify Proxy with
apifyProxyCountry: "US") for reliable operation. - Retrieve results from the Dataset tab in JSON, CSV, or via API.
Cost: Runs on the Apify Free plan with monthly credits. Upgrade for higher limits.
Input
Configure the scraper using a JSON input object.
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems |
integer | 10 |
Number of items to scrape (min: 1). |
query |
string | "iphone" |
Search term (e.g., "sofa", "PS5"). |
zipCode |
string | "10001" |
U.S. ZIP code for local search. |
sortBy |
string | "bestMatch" |
Sort order: "bestMatch", "recent", "closest", "lowPrice", "highPrice". |
fetchDetails |
boolean | false |
If true, makes an extra request per item to get full details. |
maxAge |
integer | 0 |
Max ad age in hours (only for sortBy: "recent" with fetchDetails: true). |
proxyConfiguration |
object | — | Required. Must use U.S. proxies. |
Example Input:
{
"maxItems": 50,
"query": "playstation",
"zipCode": "94102",
"fetchDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}
Output
The actor outputs an array of listing objects. By default, each item includes core fields: listingId, title, price, formattedPrice, locationName, image, and url.
If fetchDetails is enabled, each item gains a _details object containing:
* Full description and condition.
* Seller information.
* Additional photos.
* Precise location and category.
* Fulfillment options (shipping, local pickup).
Sample Output (truncated):
[
{
"listingId": "ac5f8f61-a479-3a3b-bd0b-6dbcea95ea9d",
"title": "Backbone PlayStation",
"price": "60",
"formattedPrice": "$60",
"locationName": "Newark, CA",
"url": "https://offerup.com/item/detail/ac5f8f61-a479-3a3b-bd0b-6dbcea95ea9d",
"_details": {
"conditionDisplayText": "New",
"fulfillmentDetails": {
"localPickupEnabled": true,
"shippingEnabled": false
}
}
}
]
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try OfferUp Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- igolaizola
- Pricing
- Paid
- Total Runs
- 5,437
- Active Users
- 12
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support