data·vault_
← Catalog

Public domain datasets: what you can copy, sell, and redistribute

Published 2026-09-09. Every license fact below is checked against the source files and the ATTRIBUTION.txt notes that ship with our packs, dated 2026-09-06 or the snapshot dates given.

The short answer

Public domain datasets are the ones with no license conditions: no credit line, no permission step, no restriction on commercial work. US government data is the biggest example, and our HUD Fair Market Rents FY2026 pack is built entirely from it. The other common case is CC BY 4.0, which allows everything public domain allows except one thing: the credit line has to stay. nflverse and Inside Airbnb publish under that license. This page maps both cases across the packs we sell, with the exact credit strings, so you know where you stand before you build on the rows. For the download side of the same two sources, the free real estate data download guide walks through the HUD rent tables and the Inside Airbnb listings, sample by sample.

Why this matters: downloading a file is easy, finding out halfway through a project that you cannot ship it is expensive. The fix takes five minutes of reading before the first import.

Three checks before you reuse a dataset

Redistribution rights. Can you copy the rows into a product, a repo, or a client deliverable? A license that allows personal analysis but not redistribution rules out most commercial uses. This is the check that decides whether the dataset can ship at all.

The exact credit string. If the license requires attribution, it usually specifies what the credit should say. Vague credit like "source: internet" does not satisfy a CC BY notice. Both strings we ship are quoted verbatim in the table below, so you can paste them into a README or footer as-is.

What the license does not cover. Licenses cover data, not trademarks or personal data. Our NFL pack carries the note that team names are factual data but logos and league marks are excluded. Our Airbnb pack excludes host names, IDs, and exact addresses by design, and rounds coordinates to 4 decimal places. A clean data license never wipes those limits.

Public domain, CC BY 4.0, and CC0 in practice

Public domain. Works of the US federal government, including HUD's published rent data, carry no copyright. You can copy the rows, sell products built on them, and republish them without asking anyone and without a credit line. Adding a source note is still good practice because it tells the next person where the numbers came from.

CC BY 4.0. Use for any purpose, including commercial, on one condition: attribution. The license text at creativecommons.org sets the format; in practice a credit line with the source name and license, kept wherever the data appears, does the job. Derivative tables computed from the source carry the same license, which is why our derived NFL and Airbnb tables inherit it.

CC0. A license that dedicates a work to the public domain, common in open data projects. Our free sports data review verified openfootball's soccer results as CC0: no credit required, commercial use fine.

The packs, license by license

One row per pack. The CC BY strings come from the ATTRIBUTION.txt included with each purchase, quoted exactly as the sources require them.

DatasetSourceLicenseCommercial useCredit requiredCredit line
HUD Fair Market Rents FY2026US Department of Housing and Urban DevelopmentPublic domain (US government data)Yes, no conditionsNonone required; we note the source anyway
NFL Games & Betting Lines 1999-2026nflverseCC BY 4.0Yes, with creditYes"Data from nflverse, CC BY 4.0"
Airbnb Listings, 6 US CitiesInside AirbnbCC BY 4.0Yes, with creditYes"Data by Inside Airbnb, InsideAirbnb.com, CC BY 4.0"
Superteam Earn Live ListingsCollected from the live Earn APIPack licensePersonal and commercial useNoreselling the files as-is not allowed
Web Scraping Script PackOur own Playwright templatesPack licensePersonal and commercial useNono redistribution as-is
Printable Engineering BundleOur own templatesPack licensePersonal and commercial useNono reselling the pack as-is or with minor changes

Read the table as two groups. The top three rows are datasets collected from third-party sources, so their licenses come from those sources. The bottom three are packs we produced ourselves, sold under per-purchase licenses that allow use in your own projects but not reselling the files as the product.

What the credit line looks like in practice

For the NFL pack, republishing the data requires this line: "Data from nflverse, CC BY 4.0". For the Airbnb pack: "Data by Inside Airbnb, InsideAirbnb.com, CC BY 4.0". A README, a footer, or a dataset page all work as the place, as long as the line stays with the data.

The HUD pack needs nothing. If you want the provenance note anyway, our pages say: Source: US Department of Housing and Urban Development, FY2026 Fair Market Rent release. US government data, public domain.

One more practical point: the ATTRIBUTION.txt in each pack lists the source URLs and download dates, so a credit line can link back to the original release if you want to go beyond the minimum. Our pipeline write-up shows where the license check sits in that process.

Where to read the full terms

This page describes the licenses the way the sources state them. It is general information, not legal advice. The full text lives in three places: the CC BY 4.0 legal code at creativecommons.org, the terms published with each HUD release on huduser.gov, and the pack licenses in the ATTRIBUTION.txt that ships with every purchase.

License questions

Can I use public domain datasets commercially?
Yes. Public domain means no copyright conditions: no credit line, no permission step, no restriction on commercial work. HUD's FY2026 Fair Market Rent data is US government data, so you can ship the rows in a paid product or a client deliverable as they are. CC BY 4.0 sources like nflverse and Inside Airbnb also allow commercial use, with one condition: keep the credit line.
Do I have to credit public domain data?
No license requires credit for public domain data. We still note the HUD source on our pack pages because provenance makes data easier to trust. The CC BY 4.0 packs are different: crediting nflverse with "Data from nflverse, CC BY 4.0" and Inside Airbnb with "Data by Inside Airbnb, InsideAirbnb.com, CC BY 4.0" is part of the license terms.
Can I redistribute public domain datasets?
Yes. Public domain rows can be republished, bundled into a product, or shared as-is with no permission step. Redistribution under CC BY 4.0 also works as long as the credit line travels with the data. Our own packs, like the Superteam Earn listings and the scraper scripts, carry pack licenses instead: personal and commercial use allowed, reselling the files as-is not allowed.