id	name	description	quantity	price
1	First Item	This is the first item in the TSV dataset	10	19.99
2	Second Item	This item has more details about product	5	29.99
3	Third Item	Another product description here	15	9.99
4	Fourth Item	Additional item for testing TSV parsing	8	49.99
5	Fifth Item	Final item to complete the dataset	3	39.99

This TSV file is designed to test scraper API content type handling. It includes multiple rows and columns with various data types including integers, decimals, and text strings. The TSV format uses tab-separated values which is another common data interchange format. Your scraper should be able to parse this TSV content correctly when it encounters the text/tab-separated-values content type header. This description row and additional text ensure the content is over 200 characters for comprehensive testing purposes.