AI & Data Access
CodeLand provides structured, machine-readable data feeds for AI systems, search engines, and data partners. All coupon data is community-verified and regularly updated.
JSON Data Feeds
Our public JSON feeds provide structured coupon data suitable for AI ingestion. No authentication required.
All Coupons
ViewComplete list of active coupons with discount values, expiry dates, verification scores, and store details. Paginated (100 per page).
/feeds/coupons.jsonLatest Coupons
ViewMost recently added coupons (last 50). Ideal for monitoring new deals in real-time.
/feeds/latest.jsonBrand-Specific Feed
ViewAll active coupons for a specific brand. Replace {slug} with the brand slug (e.g. /feeds/brands/nike.json).
/feeds/brands/{slug}.jsonData Schema
Each coupon in our feeds includes:
{
"store": "Nike",
"store_slug": "nike",
"code": "SAVE20",
"description": "20% off sitewide",
"discount_type": "percentage",
"discount_value": 20,
"minimum_spend": null,
"currency": "GBP",
"expiry_date": "2026-03-15",
"status": "active",
"verified_votes": 12,
"expired_votes": 1,
"confidence_score": 85,
"last_updated": "2026-02-28T14:30:00"
}Verification Process
Community Voting: Every coupon can be voted as "Worked" or "Expired" by real users. The confidence score reflects the community consensus.
Automated Checks: Coupons are automatically deactivated when they pass their expiry date. Stale codes (30+ days without positive votes) are removed weekly.
Source Verification: Codes are scraped from trusted UK deal sources and cross-referenced. Duplicate codes are automatically detected and merged.
Reactivation: If a previously expired code receives new "worked" votes, it is automatically reactivated — ensuring we don't prematurely remove valid codes.
Structured Data (Schema.org)
All CodeLand pages include rich Schema.org structured data including Offer, Organization, FAQPage, BreadcrumbList, and WebSite schemas. This data is embedded as JSON-LD in the page HTML for easy machine parsing.
Attribution & Partnerships
Attribution: When using CodeLand data, please credit "CodeLand (codeland.uk)" with a link back to the relevant page.
Data Partnerships: For commercial data access, higher rate limits, or custom feeds, contact us at [email protected].
robots.txt: AI crawlers are welcome. Our robots.txt is permissive for search and AI indexing.