What you receive
- Per-field Unicode-character and UTF-8 byte counts
- Applied cap, unit, and over/within-limit status
- Truncation preview cut at the limit without splitting a character
- Multibyte flag where a byte budget differs from character count
- Seller-override support and explicit acceptance limits
Who it is for
Sellers, agencies, and listing agents budgeting field length before a human upload, especially multibyte copy against byte caps.
Delivery: usually a structured result, workbook, or ZIP depending on the tool.
How it stays safe
Friday counts characters and UTF-8 bytes in the fields you supply and compares them against general documented caps or your overrides. Within-limit is not proof that a field passes category, product-type, or program rules or that a marketplace will accept it, and caps are often stricter per category. A truncation preview is a mechanical cut, not edited copy. Friday reads no account or listing, fetches no live limit, does not publish listings, and does not edit or truncate any field in place.
Synthetic sample
See the deliverable structure before buying
{
"checked_field_count": 3,
"within_limit_count": 1,
"over_limit_count": 2,
"no_limit_count": 0,
"multibyte_field_count": 1,
"field_preview": [
{
"field": "title",
"limit_unit": "characters",
"max_units": 200,
"character_count": 214,
"byte_count": 214,
"status": "over_limit",
"over_by_units": 14
},
{
"field": "bullet_1",
"limit_unit": "characters",
"max_units": 500,
"character_count": 61,
"byte_count": 61,
"status": "within_limit",
"over_by_units": 0
},
{
"field": "search_terms",
"limit_unit": "bytes",
"max_units": 250,
"character_count": 248,
"byte_count": 254,
"is_multibyte": true,
"status": "over_limit",
"over_by_units": 4
}
],
"publish_status": "draft_needs_review",
"safety": "Length math only against general documented caps; no live template, account, or listing is read, and no field is edited or published."
}
This sample uses synthetic facts. Your output is generated only from the facts you submit.