Embed a Live Auction Feed on Your Website

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.

Live example

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>

Get your own snippet in 3 steps

  1. Go to the auction map and search for what your readers care about — e.g. tractor — in the area you want to cover.
  2. In the results panel, click “Run a blog or website? … Get the code”.
  3. Copy the snippet and paste it where the feed should appear (in WordPress: a Custom HTML block).

More examples

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>

All options

AttributeRequiredDescription
data-lat, data-lngYesCenter of the search area (decimal degrees).
data-qNoKeyword to match — e.g. tractor, horse, rolex. Omit to show all auction houses in the area.
data-radiusNoSearch radius in km, 5–500. Default 100.
data-limitNoNumber of results, 1–20. Default 6.
data-titleNoCustom heading. Default is Auctions: “keyword” or Auctions near you.
data-accentNoAccent color as hex, e.g. #0a7d4f, to match your site.
data-targetNoCSS selector of an existing element to render into. By default the feed appears where the script tag is placed.

Good to know

Questions or feature requests? Contact us.