Free embed for SC sites

Smart Pricing widget

A free, embeddable land valuation tool for any South Carolina site — county chamber pages, real estate blogs, FB groups, sellers’ own websites. Visitors enter their county and acreage; the widget returns a three-tier Smart Pricing estimate using LandXchange’s comp data.

Live preview

Try it below. This is the exact widget that’ll embed on your site.

Embed it on your site

Copy + paste this one line of HTML where you want the widget to appear.

HTML
<iframe src="https://www.landxchange.com/widget/pricing" width="100%" height="640" frameborder="0" style="border:1px solid #e5e7eb;border-radius:16px;max-width:480px;"></iframe>

Or call the API directly

Skip the iframe and call our public pricing endpoint from your own front-end. CORS is open, no auth required, no rate limit until obvious abuse.

JavaScript
fetch('https://www.landxchange.com/api/widget/pricing', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    county_slug: 'beaufort',
    acreage: 5.25,
    parcel_setting: 'rural',
  }),
}).then(r => r.json())

Attribution

The iframe widget includes a “Powered by LandXchange” link at the bottom and a brand header at the top — both must remain visible. If you’re using the API directly, we ask that you attribute the data with a link back to landxchange.com somewhere on the page.

List my SC land →Feedback / partnership →

The Smart Pricing estimate is informational, not a formal appraisal. Actual land sale prices depend on parcel-specific factors (road access, utilities, flood zone, timber, easements). For mortgage applications, 1031 exchanges, or estate matters, work with a licensed appraiser.