Company Overview
- Website
- texasnut.com
- Phone
- (866) 455-8300
- Employees
- 57
- Founded in
- 2001
- Industry
- Food Processing
- NAICS Codes
-
31 - Manufacturing311 - Food Manufacturing3119 - Other Food Manufacturing
- SIC Codes
-
20 - Food and Kindred Products206 - Sugar and Confectionery Products
Financials & Stats
Revenue
$26B
Total Funding Amount
$1M
Recent News & Media
Texas Star Nut and Food Co., Inc. hiring Sanitation Technician Job in Boerne, TX
- Jun 7, 2025
- glassdoor.com
General Labor Jobs, Employment in Boerne, TX
- Dec 2, 2023
- indeed.com
bulk bags jobs in texas
- Apr 10, 2023
- indeed.com
2023 Recalls
- Jan 1, 2023
- foodindustrycounsel.com
Texas snack maker triples output, consolidates operations in newly expanded facility
- Oct 25, 2022
- bizjournals.com
Alicia Coppedge - Mechanical Design Engineer - ValvTechnologies
- May 14, 2020
- linkedin.com
Who is Texas Star Nut and Food Co Inc
It looks like you're trying to build a dataset of company information! You've got a good start with the Texas Star Nut and Food Co. entry. Here's a breakdown of the format and some suggestions: **Format:** Each company should be represented as a dictionary. Here's the structure you're using, which is good: ```json { "company_name": "Texas Star Nut and Food Co", "industry": "Food & Beverage", "country": "United States", "state": "TX", "city": "Boerne", "employees": "57", "revenue": "$25.6M", "url": "texasnut.com", "bio": "Texas Star Nut and Food Co is a food production company based out of P.O. BOX 2353, Boerne, Texas, United States." } ``` **Suggestions for Enhancement:** * **Standardize Data:** * **Numbers:** Use consistent formats for numbers. For example, "57" for employees and "$25.6M" for revenue are fine. Consider using "57" and "25600000" for consistency if you plan to do numerical analysis later. * **Dates:** If you have founding dates or other dates, use a consistent format (e.g., YYYY-MM-DD). * **Currency:** Be consistent with currency symbols (e.g., "$", "€", "£"). * **Additional Fields:** * **Founded:** Year the company was established. * **Website:** A more complete URL (e.g., "www.texasnut.com"). * **Contact Information:** Email address, phone number (if available). * **Products/Services:** A brief description of what the company offers. * **Ownership:** Publicly traded, privately held, etc. * **Location Details:** Full address, zip code. * **Data Sources:** Note where you got the information for each company (website, news articles, etc.). This helps with data quality and attribution. **Example with Enhancements:** ```json { "company_name": "Texas Star Nut and Food Co", "industry": "Food & Beverage", "country": "United States", "state": "TX", "city": "Boerne", "employees": 57, "revenue": 25600000, "founded": 1995, "website": "www.texasnut.com", "products": "Nuts, trail mixes, snacks", "ownership": "Privately Held", "address": "P.O. BOX 2353, Boerne, TX 78006", "source": "Company Website" } ``` Let me know if you have any other questions or want help with specific companies!