Add 4 independent seed brands: Latham, Stine, 1st Choice, Burrus (+623 varieties)

Four independent regional brands across IA/IN/IL (variety-identity sources,
each parsed into structured characteristics_groups so ratings embed):

- latham (264: 155 corn + 109 soy) — Latham Hi-Tech Seeds, Alexander IA.
  WordPress REST enum (/wp-json/wp/v2/varieties) + /products/<slug>/ detail
  HTML. Scale 1-9 LOWER=better (reversed, like NK/AgriPro).
- stine (217: 58 corn + 159 soy) — Stine Seed, Adel IA (largest US
  independent). sitemap enum + /{crop}/traits/<slug>/<code>/ detail HTML.
  Corn 1-9 (9=best); soy qualitative.
- first_choice (78: 52 corn + 22 soy + 4 wheat) — 1st Choice Seeds,
  Rushville IN (employee-owned). Per-crop sitemap -> detail HTML. Scale
  0-10 higher=better. ~40 older corn pages thin at source; wheat
  identity-only.
- burrus (64: 38 corn + 26 soy) — Burrus Seed, Arenzville IL. Seedware
  JSON API. Scale 1-10 (10=best). Brands Burrus/Power Plus/DONMARIO.
  robots ai-train=no + named-bot blocks; operator opted in, scraper uses a
  non-blacklisted UA + honors Crawl-delay 10.

All 623 validated through rag.chunk.chunks_from_variety (0 errors; 6
identity-only pages from source gaps). No chunk.py change needed (identity
sources auto-route to chunks_from_variety).

Docs:
- sources.json: 4 entries + Hoegemeyer added to _excluded_sources. The
  Corteva ToU (shared across pioneer.com / hoegemeyer.com / therightseed.com
  / corteva.com + the Vylor spinoff) bans scrapers + competitive use, so the
  whole Corteva family is one excluded ToU domain.
- docs_mcp/lessons.md: rating-scales updated with all 4 directions +
  an explicit cross-vendor warning (Latham 1=best vs Stine/Burrus higher=best
  — never compare raw numbers without _scale_direction).
- README + CLAUDE corpus inventory: now 2,268 variety + 6,787 trial records.

CI rebuilds the index from the committed corpus.
This commit is contained in:
2026-06-04 21:57:30 -04:00
parent 22e8092faf
commit 9600235466
1254 changed files with 103589 additions and 4 deletions
+125
View File
@@ -0,0 +1,125 @@
{
"source": "stine",
"source_key": "stine-008eh23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "008EH23",
"product_id": "008EH23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.08,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "008 - 009"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good/Very Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "White"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/008eh23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:22.783803+00:00",
"scraper_version": "0.1.0"
}
+41
View File
@@ -0,0 +1,41 @@
# Stine 008EH23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.08
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/008eh23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 008 - 009
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good/Very Good
- **Brown Stem Rot:** Susceptible
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** White
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-009eg32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "009EG32",
"product_id": "009EG32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.09,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "009"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/009eg32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:24.287037+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 009EG32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.09
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/009eg32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 009
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-01eg23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "01EG23",
"product_id": "01EG23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.1,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "01 - 02"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/01eg23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:25.773725+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 01EG23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.1
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/01eg23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 01 - 02
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-01eh32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "01EH32",
"product_id": "01EH32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.1,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "01"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average +"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/01eh32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:27.261357+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 01EH32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.1
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/01eh32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 01
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Average +
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+125
View File
@@ -0,0 +1,125 @@
{
"source": "stine",
"source_key": "stine-02eh62",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "02EH62",
"product_id": "02EH62",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.2,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "02"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k/3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/02eh62/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:28.753743+00:00",
"scraper_version": "0.1.0"
}
+41
View File
@@ -0,0 +1,41 @@
# Stine 02EH62
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.2
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/02eh62/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 02
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k/3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-02ej13",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "02EJ13",
"product_id": "02EJ13",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.2,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "02"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/02ej13/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:30.264601+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 02EJ13
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.2
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/02ej13/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 02
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Average
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-03ej02",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "03EJ02",
"product_id": "03EJ02",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.3,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "03"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average +"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/03ej02/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:31.775305+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 03EJ02
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.3
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/03ej02/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 03
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** S
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Average +
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-04ej02",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "04EJ02",
"product_id": "04EJ02",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.4,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "04"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good/Very Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/04ej02/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:33.286194+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 04EJ02
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.4
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/04ej02/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 04
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** S
- **Iron Deficiency Chlorosis:** Good/Very Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-04fg23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "04FG23",
"product_id": "04FG23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.3,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "03 - 04"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average +"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Brown"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "STS"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/xtendflex-soybeans/04fg23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:34.787011+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 04FG23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.3
- **Trait(s):** XtendFlex
- **Source:** https://www.stineseed.com/soybeans/traits/xtendflex-soybeans/04fg23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 03 - 04
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Average +
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Brown
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** STS
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-05eg26",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "05EG26",
"product_id": "05EG26",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.5,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "05"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/05eg26/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:36.283824+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 05EG26
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.5
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/05eg26/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 05
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-06ec23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "06EC23",
"product_id": "06EC23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.6,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "06"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/06ec23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:37.789732+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 06EC23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.6
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/06ec23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 06
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-06ej23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "06EJ23",
"product_id": "06EJ23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.5,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "05 - 06"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/06ej23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:39.269015+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 06EJ23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.5
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/06ej23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 05 - 06
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-08ec02",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "08EC02",
"product_id": "08EC02",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "08"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Moderately Short/Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Yellow"
},
{
"characteristic": "Chloride",
"value": "Excluder"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08ec02/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:40.772378+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 08EC02
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.8
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08ec02/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 08
- **Emergence:** Very Good
- **Standability:** Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** S
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Moderately Short/Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Yellow
- **Chloride:** Excluder
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-08ec32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "08EC32",
"product_id": "08EC32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "08"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c/3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08ec32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:42.271303+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 08EC32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.8
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08ec32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 08
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c/3a
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Susceptible
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-08eg62",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "08EG62",
"product_id": "08EG62",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "08"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08eg62/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:43.791297+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 08EG62
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.8
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08eg62/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 08
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+125
View File
@@ -0,0 +1,125 @@
{
"source": "stine",
"source_key": "stine-08ej32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "08EJ32",
"product_id": "08EJ32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "08"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good/Very Good"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "White"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08ej32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:45.263087+00:00",
"scraper_version": "0.1.0"
}
+41
View File
@@ -0,0 +1,41 @@
# Stine 08EJ32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.8
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/08ej32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 08
- **Emergence:** Very Good
- **Standability:** Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good/Very Good
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** White
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-09ej12",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "09EJ12",
"product_id": "09EJ12",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.9,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "09"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/09ej12/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:46.755883+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 09EJ12
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.9
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/09ej12/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 09
- **Emergence:** Very Good
- **Standability:** Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-09ej21",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "09EJ21",
"product_id": "09EJ21",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.9,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "09"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average +"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black/Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/09ej21/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:48.262291+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 09EJ21
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 0.9
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/09ej21/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 09
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** S
- **Iron Deficiency Chlorosis:** Average
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Average +
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black/Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+125
View File
@@ -0,0 +1,125 @@
{
"source": "stine",
"source_key": "stine-10eg29",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "10EG29",
"product_id": "10EG29",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.0,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "10"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good/Very Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/10eg29/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:49.765542+00:00",
"scraper_version": "0.1.0"
}
+41
View File
@@ -0,0 +1,41 @@
# Stine 10EG29
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.0
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/10eg29/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 10
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** S
- **Iron Deficiency Chlorosis:** Good/Very Good
- **Brown Stem Rot:** Resistant
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-10eh02",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "10EH02",
"product_id": "10EH02",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.0,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "10"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/10eh02/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:51.287869+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 10EH02
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.0
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/10eh02/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 10
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-10ff62",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "10FF62",
"product_id": "10FF62",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.0,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "10"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/xtendflex-soybeans/10ff62/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:52.782287+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 10FF62
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.0
- **Trait(s):** XtendFlex
- **Source:** https://www.stineseed.com/soybeans/traits/xtendflex-soybeans/10ff62/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 10
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+125
View File
@@ -0,0 +1,125 @@
{
"source": "stine",
"source_key": "stine-10s92",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "10S92",
"product_id": "10S92",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.0,
"wheat_class": null,
"trait_stack": [
"Elite Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "10"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c/3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Peking"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Resistant"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/10s92/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:54.288886+00:00",
"scraper_version": "0.1.0"
}
+41
View File
@@ -0,0 +1,41 @@
# Stine 10S92
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.0
- **Trait(s):** Elite Conventional
- **Source:** https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/10s92/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 10
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c/3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Soybean Cyst Nematode:** Peking
- **Frogeye Leafspot:** Resistant
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-11eh06",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "11EH06",
"product_id": "11EH06",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.1,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "11 - 12"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Brown"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/11eh06/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:55.786073+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 11EH06
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.1
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/11eh06/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 11 - 12
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** S
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Resistant
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Brown
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-12eb32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "12EB32",
"product_id": "12EB32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.2,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "12"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/12eb32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:57.291700+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 12EB32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.2
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/12eb32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 12
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-12ee63",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "12EE63",
"product_id": "12EE63",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.2,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "12"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Excluder"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/12ee63/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:46:58.786171+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 12EE63
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.2
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/12ee63/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 12
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Excluder
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-12eg32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "12EG32",
"product_id": "12EG32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.2,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "12"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average +"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Peking"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Average +"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/12eg32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:00.293177+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 12EG32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.2
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/12eg32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 12
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Average +
- **Soybean Cyst Nematode:** Peking
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Average +
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+125
View File
@@ -0,0 +1,125 @@
{
"source": "stine",
"source_key": "stine-12s26",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "12S26",
"product_id": "12S26",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.2,
"wheat_class": null,
"trait_stack": [
"Elite Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "12"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good/Very Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/12s26/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:01.794332+00:00",
"scraper_version": "0.1.0"
}
+41
View File
@@ -0,0 +1,41 @@
# Stine 12S26
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.2
- **Trait(s):** Elite Conventional
- **Source:** https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/12s26/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 12
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good/Very Good
- **Brown Stem Rot:** Susceptible
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-13eg23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "13EG23",
"product_id": "13EG23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.3,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "13"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Moderately Short/Medium"
},
{
"characteristic": "Flower",
"value": "Purple/White"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black/Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/13eg23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:03.272875+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 13EG23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.3
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/13eg23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 13
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Average
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Moderately Short/Medium
- **Flower:** Purple/White
- **Pubescence:** Gray
- **Hilum:** Imperfect Black/Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+124
View File
@@ -0,0 +1,124 @@
{
"source": "stine",
"source_key": "stine-13eh100",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "13EH100",
"product_id": "13EH100",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.4,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "14"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a/1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good/Very Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black/Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/13eh100/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:04.758453+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Stine 13EH100
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.4
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/13eh100/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 14
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a/1c
- **Iron Deficiency Chlorosis:** Good/Very Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black/Buff
- **Chloride:** Includer
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-13eh62",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "13EH62",
"product_id": "13EH62",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.3,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "13"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c/3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average +"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/13eh62/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:06.256042+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 13EH62
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.3
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/13eh62/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 13
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c/3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Average +
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-14ee13",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "14EE13",
"product_id": "14EE13",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.4,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "14"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average +"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Susceptible"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/14ee13/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:07.762064+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 14EE13
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.4
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/14ee13/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 14
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Average +
- **Soybean Cyst Nematode:** Susceptible
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-14ee21",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "14EE21",
"product_id": "14EE21",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.4,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "14"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Peking"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Average +"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/14ee21/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:09.259953+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 14EE21
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.4
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/14ee21/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 14
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Peking
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Average +
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-14m62",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "14M62",
"product_id": "14M62",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.4,
"wheat_class": null,
"trait_stack": [
"Elite Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "14"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good/Very Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Brown"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/14m62/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:10.794116+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 14M62
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.4
- **Trait(s):** Elite Conventional
- **Source:** https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/14m62/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 14
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Good/Very Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Brown
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-15ee32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "15EE32",
"product_id": "15EE32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.5,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "15"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/15ee32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:12.288586+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 15EE32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.5
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/15ee32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 15
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-15eh02",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "15EH02",
"product_id": "15EH02",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.5,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "15 - 16"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/15eh02/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:13.790364+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 15EH02
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.5
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/15eh02/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 15 - 16
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-15eh62",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "15EH62",
"product_id": "15EH62",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.5,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "15 - 16"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k/3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Very Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Brown"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/15eh62/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:15.286235+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 15EH62
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.5
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/15eh62/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 15 - 16
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k/3a
- **Iron Deficiency Chlorosis:** Very Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Brown
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-16ec32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "16EC32",
"product_id": "16EC32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.6,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "16"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/16ec32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:16.759390+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 16EC32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.6
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/16ec32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 16
- **Emergence:** Very Good
- **Standability:** Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-16fg32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "16FG32",
"product_id": "16FG32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.6,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "16"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/xtendflex-soybeans/16fg32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:18.298167+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 16FG32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.6
- **Trait(s):** XtendFlex
- **Source:** https://www.stineseed.com/soybeans/traits/xtendflex-soybeans/16fg32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 16
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Average
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+121
View File
@@ -0,0 +1,121 @@
{
"source": "stine",
"source_key": "stine-16s29",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "16S29",
"product_id": "16S29",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.6,
"wheat_class": null,
"trait_stack": [
"Elite Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "16 - 17"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Peking"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Resistant"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Black"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "STS"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/16s29/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:19.760776+00:00",
"scraper_version": "0.1.0"
}
+40
View File
@@ -0,0 +1,40 @@
# Stine 16S29
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.6
- **Trait(s):** Elite Conventional
- **Source:** https://www.stineseed.com/soybeans/traits/elite-conventional-soybeans/16s29/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 16 - 17
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Resistant
- **Soybean Cyst Nematode:** Peking
- **Frogeye Leafspot:** Resistant
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Black
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** STS
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-17ee32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "17EE32",
"product_id": "17EE32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.7,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "17"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Average/Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "3a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average"
},
{
"characteristic": "Brown Stem Rot",
"value": "Heterozygous"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Average +"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/17ee32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:21.282066+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 17EE32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.7
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/17ee32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 17
- **Emergence:** Very Good
- **Standability:** Average/Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 3a
- **Iron Deficiency Chlorosis:** Average
- **Brown Stem Rot:** Heterozygous
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Average +
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-17ej22",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "17EJ22",
"product_id": "17EJ22",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.6,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "16 - 17"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Peking"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Good"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/17ej22/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:22.787667+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 17EJ22
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.6
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/17ej22/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 16 - 17
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Peking
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Good
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-18ej02",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "18EJ02",
"product_id": "18EJ02",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "18"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Average"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Yellow"
},
{
"characteristic": "Chloride",
"value": "Excluder"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej02/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:24.265047+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 18EJ02
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.8
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej02/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 18
- **Emergence:** Very Good
- **Standability:** Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** S
- **Iron Deficiency Chlorosis:** Average
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Average
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Yellow
- **Chloride:** Excluder
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+129
View File
@@ -0,0 +1,129 @@
{
"source": "stine",
"source_key": "stine-18ej12",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "18EJ12",
"product_id": "18EJ12",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "18"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1a"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej12/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:25.914566+00:00",
"scraper_version": "0.1.0"
}
+42
View File
@@ -0,0 +1,42 @@
# Stine 18EJ12
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.8
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej12/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 18
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1a
- **Iron Deficiency Chlorosis:** Average
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-18ej23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "18EJ23",
"product_id": "18EJ23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "18"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Average +"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:27.286666+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 18EJ23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.8
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 18
- **Emergence:** Very Good
- **Standability:** Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Average +
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-18ej32",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "18EJ32",
"product_id": "18EJ32",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.7,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "17 - 18"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej32/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:28.755760+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 18EJ32
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.7
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/18ej32/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 17 - 18
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+116
View File
@@ -0,0 +1,116 @@
{
"source": "stine",
"source_key": "stine-19ba23",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "19BA23",
"product_id": "19BA23",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.9,
"wheat_class": null,
"trait_stack": [
"GT27"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "19"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1c"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "White"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Hilum",
"value": "Black"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/gt27-soybeans/19ba23/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:30.296588+00:00",
"scraper_version": "0.1.0"
}
+37
View File
@@ -0,0 +1,37 @@
# Stine 19BA23
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.9
- **Trait(s):** GT27
- **Source:** https://www.stineseed.com/soybeans/traits/gt27-soybeans/19ba23/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 19
- **Emergence:** Very Good
- **Standability:** Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1c
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** White
- **Pubescence:** Light Tawny
- **Hilum:** Black
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-19ec12",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "19EC12",
"product_id": "19EC12",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.9,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "19 - 20"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Strong"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Imperfect Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19ec12/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:31.783179+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 19EC12
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.9
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19ec12/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 19 - 20
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Strong
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Imperfect Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-19ee62",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "19EE62",
"product_id": "19EE62",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.9,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "19"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny"
},
{
"characteristic": "Hilum",
"value": "Black"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19ee62/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:33.299453+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 19EE62
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.9
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19ee62/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 19
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Tawny
- **Hilum:** Black
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+133
View File
@@ -0,0 +1,133 @@
{
"source": "stine",
"source_key": "stine-19eg92",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "19EG92",
"product_id": "19EG92",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.9,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "19"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Average/Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Susceptible"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Peking"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Susceptible"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Hilum",
"value": "Buff"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Sulfonylurea Tolerance",
"value": "-"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19eg92/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:34.789560+00:00",
"scraper_version": "0.1.0"
}
+43
View File
@@ -0,0 +1,43 @@
# Stine 19EG92
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.9
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19eg92/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 19
- **Emergence:** Very Good
- **Standability:** Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k
- **Iron Deficiency Chlorosis:** Average/Good
- **Brown Stem Rot:** Susceptible
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Peking
- **Frogeye Leafspot:** Susceptible
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium
- **Flower:** Purple
- **Pubescence:** Gray
- **Hilum:** Buff
- **Chloride:** Includer
## Herbicide Tolerance
- **Sulfonylurea Tolerance:** -
+120
View File
@@ -0,0 +1,120 @@
{
"source": "stine",
"source_key": "stine-19eh101",
"vendor": "Stine Seed Company",
"brand": "Stine",
"product_name": "19EH101",
"product_id": "19EH101",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 1.9,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Maturity (RM)",
"value": "19"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Good/Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Phytophthora Root Rot",
"value": "Very Good"
},
{
"characteristic": "RPS Gene",
"value": "1k/S"
},
{
"characteristic": "Iron Deficiency Chlorosis",
"value": "Good"
},
{
"characteristic": "Brown Stem Rot",
"value": "Resistant"
},
{
"characteristic": "Sudden Death Syndrome",
"value": "Good"
},
{
"characteristic": "Soybean Cyst Nematode",
"value": "Resistant"
},
{
"characteristic": "Frogeye Leafspot",
"value": "Resistant"
},
{
"characteristic": "Sclerotinia White Mold",
"value": "Strong"
},
{
"characteristic": "Stem Canker",
"value": "Resistant"
},
{
"characteristic": "Root Knot Nematode",
"value": "Susceptible"
}
]
},
{
"label": "PLANT DESCRIPTION",
"items": [
{
"characteristic": "Height",
"value": "Medium/Moderately Tall"
},
{
"characteristic": "Flower",
"value": "Purple"
},
{
"characteristic": "Pubescence",
"value": "Tawny/Gray"
},
{
"characteristic": "Chloride",
"value": "Includer"
}
]
}
],
"_scale_direction": "corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)",
"regional_recommendations": [
{
"product_list_name": "Stine dealer network (Corn Belt — IA/IL/IN/MN/NE/MO etc.)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19eh101/"
],
"sitemap_last_modified": "2025-11-06T19:37:24+00:00",
"fetched_at": "2026-06-05T01:47:36.290385+00:00",
"scraper_version": "0.1.0"
}
+38
View File
@@ -0,0 +1,38 @@
# Stine 19EH101
- **Vendor:** Stine Seed Company (independent family-owned breeder, Adel, IA)
- **Brand:** Stine
- **Crop:** Soybeans
- **Maturity group:** 1.9
- **Trait(s):** Enlist E3
- **Source:** https://www.stineseed.com/soybeans/traits/enlist-e3-soybeans/19eh101/
- **Rating scale:** corn agronomic+disease 1-9 numeric, 9=Excellent/best/most-tolerant, 8=Very Good, 7=Good, 6=Average, 5=Below Average (higher=better, same direction as Bayer/NK; blank/'-'=not rated); soybeans qualitative (Excellent/Very Good/Good for vigor; Resistant/Strong/Good/Susceptible for disease, Resistant/Strong=best); SCN row gives source (e.g. Peking) and RPS Gene gives the gene, not a rating; plant/soil/herbicide rows qualitative (Tall, Highly Recommended/Recommended, Yes/No)
- **Service area:** Stine dealer network — Corn Belt (IA/IL/IN/MN/NE/MO etc.)
---
## Agronomic Characteristics
- **Maturity (RM):** 19
- **Emergence:** Very Good
- **Standability:** Good/Very Good
## Disease Ratings
- **Phytophthora Root Rot:** Very Good
- **RPS Gene:** 1k/S
- **Iron Deficiency Chlorosis:** Good
- **Brown Stem Rot:** Resistant
- **Sudden Death Syndrome:** Good
- **Soybean Cyst Nematode:** Resistant
- **Frogeye Leafspot:** Resistant
- **Sclerotinia White Mold:** Strong
- **Stem Canker:** Resistant
- **Root Knot Nematode:** Susceptible
## Plant Description
- **Height:** Medium/Moderately Tall
- **Flower:** Purple
- **Pubescence:** Tawny/Gray
- **Chloride:** Includer

Some files were not shown because too many files have changed in this diff Show More