Reach hundreds of local shoppers starting at just $5.99! Fill out the form below to get your yard sale on the map!
Your listing goes live immediately after payment
Connect with active bargain hunters in your area
Edit your listing anytime before the sale date
Your yard sale listing form is 95% complete! Follow the steps below to connect it to a backend system and start collecting real listings.
No coding required. Perfect for non-technical users.
100% free. Requires basic JavaScript knowledge.
Full control. Requires a developer.
No coding required • 30-45 minutes • $0-$10/month
I can help you with this! Just tell me your Make.com webhook URL and I'll update the JavaScript code to send form data to it.
Message me: "Update the form to send data to this webhook: [YOUR_WEBHOOK_URL]"
checkout.session.completed
Set up a Make.com scheduled scenario to run daily at midnight. It checks all listings, compares expiration date to current date, and updates status to "expired" for listings that have ended.
100% Free • 60-90 minutes • Requires basic JavaScript knowledge
Note: This option requires you to write a Google Apps Script Web App to receive form submissions. If you're comfortable with JavaScript, this is 100% free and works great!
Steps:
doPost(e)
function to receive form data
Resources:
Full control • 4-8 hours • $5-$50/month hosting
For developers: Build a Node.js, Python, or PHP API to handle form submissions and Stripe webhooks.
POST /api/listings
- Receives form data
POST /api/stripe-webhook
- Confirms payment
GET /api/listings
- Returns active listings for map
Hosting options:
Once your API is live: Tell me your API endpoint URL and I'll update the form JavaScript to submit data to it instead of using Stripe Payment Links directly.