Write about tractors, horses, classic cars, coins, or antiques? Add a free, self-updating feed of auction houses matching any keyword in any area — straight from the AuctionsNearMe map — by pasting a single script tag into your website or blog. No account, no API key, no maintenance.
This is the widget running on this very page — auction houses within 200 km of London:
<script async src="https://auctionsnearme.com/embed.js"
data-lat="51.5074" data-lng="-0.1278" data-radius="200" data-limit="4"></script>
Tractors around the American Midwest:
<script async src="https://auctionsnearme.com/embed.js"
data-q="tractor" data-lat="41.6" data-lng="-93.6" data-radius="400"></script>
Horses near Lexington, Kentucky, with a custom heading:
<script async src="https://auctionsnearme.com/embed.js"
data-q="horse" data-lat="38.04" data-lng="-84.50" data-radius="300"
data-title="Horse auctions near Lexington"></script>
| Attribute | Required | Description |
|---|---|---|
data-lat, data-lng | Yes | Center of the search area (decimal degrees). |
data-q | No | Keyword to match — e.g. tractor, horse, rolex. Omit to show all auction houses in the area. |
data-radius | No | Search radius in km, 5–500. Default 100. |
data-limit | No | Number of results, 1–20. Default 6. |
data-title | No | Custom heading. Default is Auctions: “keyword” or Auctions near you. |
data-accent | No | Accent color as hex, e.g. #0a7d4f, to match your site. |
data-target | No | CSS selector of an existing element to render into. By default the feed appears where the script tag is placed. |
Questions or feature requests? Contact us.