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
+10 -1
View File
@@ -29,16 +29,25 @@ and the `crop_seed_api_lessons` tool).
| LG Seeds (AgReliant) | 🟢 | 170 | `lgseeds.com` JSON XHR (+ `lg_plot_reports` trials) |
| Golden Harvest (Syngenta) | 🟢 | 139 | sitemap.xml + server-rendered HTML + Syngenta CDN PDFs (+ `gh_plot_reports` trials) |
| NK (Syngenta) | 🟢 | 122 | static HTML + Syngenta CDN PDFs (shares fetcher with Golden Harvest) |
| **Latham Hi-Tech Seeds** (independent, IA) | 🟢 | **264** | WordPress REST enum (`/wp-json/wp/v2/varieties`) + `/products/<slug>/` detail HTML. Scale 1-9 **LOWER=better** (reversed) |
| **Stine Seed** (independent, IA — largest US) | 🟢 | **217** | custom PHP; `sitemap.xml` enum + `/{crop}/traits/<slug>/<code>/` detail HTML. Corn 1-9 (9=best); soy qualitative |
| LG Seeds (AgReliant) | 🟢 | 170 | `lgseeds.com` JSON XHR (+ `lg_plot_reports` trials) |
| Golden Harvest (Syngenta) | 🟢 | 139 | sitemap.xml + server-rendered HTML + Syngenta CDN PDFs (+ `gh_plot_reports` trials) |
| NK (Syngenta) | 🟢 | 122 | static HTML + Syngenta CDN PDFs (shares fetcher with Golden Harvest) |
| **ProHarvest Seeds** (independent, IL) | 🟢 | **119** | WordPress REST API (`/wp/v2/seed` + `/seed/<slug>/` detail pages) (+ `proharvest_plots` trials) |
| AgriGold (AgReliant) | 🟢 | 111 | `agrigold.com` server-rendered HTML (+ `agrigold_plot_reports` trials) |
| **1st Choice Seeds** (independent, IN) | 🟢 | **78** | WordPress (CPTs not in REST); per-crop sitemap → detail HTML. Scale 0-10 higher=better. corn/soy/wheat |
| **Burrus Seed** (independent, IL) | 🟢 | **64** | Seedware JSON API (`burrus25.seedware.net`, callback+Referer). Scale 1-10 (10=best). robots `ai-train=no` — operator opted in |
| Ebbert's Seeds (independent, OH/IN) | 🟢 | 29 | WordPress per-crop catalog pages, verbatim body |
| AgriPro (Syngenta wheat) | 🟢 | 24 | Drupal Views form, server-rendered HTML |
| Beck's PFR | 🟡 | 2,089 | Public Sanity GROQ API at `mc8v24rf.api.sanity.io` (no auth) |
| Beck's products | 🟡 | 860 | Same Sanity API — identity-only until SeedIQ XHR is sniffed |
| Pioneer (Corteva) | 🔴 | — | DROP. ToS bans automation; dealer locator login-gated too |
| Pioneer + Hoegemeyer + Brevant (Corteva) | 🔴 | — | DROP. Shared corteva.com ToU bans automation (scrapers + "competitive service"). Treat ALL `*.corteva.com / pioneer.com / hoegemeyer.com / therightseed.com` + Vylor brands as one excluded ToU domain |
Trial-only sources (cross-vendor yield plots, `data_type=trial`): `gh_plot_reports`, `lg_plot_reports`, `agrigold_plot_reports`, `proharvest_plots`, `agripro_trials`. See the README corpus table for counts.
> **Scale-direction warning (read before any cross-vendor numeric comparison):** the independents do NOT agree on direction. Bayer + Stine(corn) + ProHarvest(disease) + Burrus = HIGHER is better (Burrus 1-10, others 1-9). **Latham + NK + AgriPro = LOWER is better (1 = best).** 1st Choice = 0-10 higher=better. Stine soy is qualitative. Always consult each record's `_scale_direction` (the chunker attaches it) before comparing numbers across brands.
**Build priority order** (shared-infra first → biggest yield):
1. `bayer_seeds` — lift-and-shift from crop-chem-docs' Bayer scraper
2. `golden_harvest` — biggest unique Syngenta brand
+7 -3
View File
@@ -10,18 +10,22 @@ vendors — **variety identity** (what each hybrid IS) plus **yield-trial data**
## What's in the corpus
**~8,400 indexed records** (one chunk each) across two complementary surfaces:
**~9,050 indexed records** (one chunk each) across two complementary surfaces:
### Variety identity — 1,645 records
### Variety identity — 2,268 records
| Source | Count | Vendor | Brand |
|---|---|---|---|
| `bayer_seeds` | 931 | Bayer | DEKALB / Channel (corn) / Asgrow (soy) / WestBred (wheat) / Deltapine |
| `latham` | 264 | Latham Hi-Tech Seeds | Latham (corn / soy) — **independent family brand, Alexander IA** |
| `stine` | 217 | Stine Seed Company | Stine (corn / soy) — **largest US independent, Adel IA** |
| `lg_seeds` | 170 | AgReliant | LG Seeds (corn / soy / sorghum) |
| `golden_harvest` | 139 | Syngenta | Golden Harvest (corn / soy) |
| `nk` | 122 | Syngenta | NK (corn / soy) |
| `proharvest` | 119 | ProHarvest Seeds | ProHarvest / Apex (corn / soy / wheat) — **independent Corn Belt brand** |
| `agrigold` | 111 | AgReliant | AgriGold (corn / soy) |
| `first_choice` | 78 | 1st Choice Seeds | 1st Choice (corn / soy / wheat) — **employee-owned independent, Rushville IN** |
| `burrus` | 64 | Burrus Seed | Burrus / Power Plus / DONMARIO (corn / soy) — **independent family, Arenzville IL** |
| `ebberts_seeds` | 29 | Ebbert's Seeds | Ebbert's (corn / soy / wheat) — independent E. Corn Belt breeder |
| `agripro` | 24 | Syngenta | AgriPro (wheat — HRW / HRS / HWS / SWW) |
@@ -37,7 +41,7 @@ vendors — **variety identity** (what each hybrid IS) plus **yield-trial data**
### Not in the corpus (documented in `docs_mcp/lessons.md`)
- **Pioneer / Corteva** — ToS bans automation. Curated fallback lesson points the farmer at pioneer.com / a local dealer.
- **Pioneer / Corteva (all brands)** — ToS bans automation. This now covers the whole Corteva family — Pioneer, Brevant, **Hoegemeyer** (the consolidation brand absorbing Seed Consultants / Dairyland / Nu-Tech / Terral), and the upcoming Vylor spinoff — all share the same corteva.com ToU. Curated fallback lesson points the farmer at a local dealer; legitimate Corteva-data paths are an official license (openinnovation@corteva.com) or university-extension trial data.
- **NK yield-results** — fiddly ASMX/SOAP endpoint, needs a dedicated reverse-engineer session.
- **Bayer per-variety trial data** — not publicly indexed (DEKALB / Asgrow trial data flows through Channel reps). Partially covered by the GH plot reports' cross-vendor results.
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-1k12am",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 1K12AM",
"product_id": "1K12AM",
"crop": "corn",
"release_year": 2021,
"relative_maturity": 100,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AM",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "9"
},
{
"characteristic": "Greensnap tolerance",
"value": "6"
},
{
"characteristic": "Root strength",
"value": "9"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Exc + SAI"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.165200+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 1K12AM
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 100 days
- **Trait(s):** AM, Above
- **Released:** 2021
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 9
- **Greensnap tolerance:** 6
- **Root strength:** 9
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Exc + SAI
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-1k18-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 1K18 Q",
"product_id": "1K18 Q",
"crop": "corn",
"release_year": 2021,
"relative_maturity": 100,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "9"
},
{
"characteristic": "Greensnap tolerance",
"value": "7"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.165832+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 1K18 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 100 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2021
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 9
- **Greensnap tolerance:** 7
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-1u41am",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 1U41AM",
"product_id": "1U41AM",
"crop": "corn",
"release_year": 2023,
"relative_maturity": 102,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AM",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "6"
},
{
"characteristic": "Tar spot tolerance",
"value": "8"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "10"
},
{
"characteristic": "Greensnap tolerance",
"value": "9"
},
{
"characteristic": "Root strength",
"value": "7"
},
{
"characteristic": "Stalk strength",
"value": "10"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.166692+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 1U41AM
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 102 days
- **Trait(s):** AM, Above
- **Released:** 2023
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 6
- **Tar spot tolerance:** 8
## Agronomic Characteristics
- **Drought tolerance:** 10
- **Greensnap tolerance:** 9
- **Root strength:** 7
- **Stalk strength:** 10
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-2084e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 2084E",
"product_id": "2084E",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 2.0,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "9"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "6"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "8"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "9"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "8"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.185269+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 2084E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 2.0
- **Trait(s):** Enlist E3
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 9
- **Sudden death syndrome (SDS) tolerance:** 6
- **Phytophthora root rot (PRR) tolerance:** 8
## Agronomic Characteristics
- **Standability:** 9
- **Emergence:** 8
- **Canopy width:** 8
- **Plant height:** 8
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-2335e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 2335E",
"product_id": "2335E",
"crop": "soybeans",
"release_year": 2023,
"relative_maturity": null,
"maturity_group": 2.3,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "7"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "7"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "8"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "9"
},
{
"characteristic": "Canopy width",
"value": "7"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.186050+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 2335E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 2.3
- **Trait(s):** Enlist E3
- **Released:** 2023
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 7
- **Sudden death syndrome (SDS) tolerance:** 7
- **Phytophthora root rot (PRR) tolerance:** 8
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 9
- **Canopy width:** 7
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-2681e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 2681E",
"product_id": "2681E",
"crop": "soybeans",
"release_year": 2023,
"relative_maturity": null,
"maturity_group": 2.6,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "8"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "8"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.187709+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 2681E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 2.6
- **Trait(s):** Enlist E3
- **Released:** 2023
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 8
- **Sudden death syndrome (SDS) tolerance:** 8
- **Phytophthora root rot (PRR) tolerance:** 7
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 8
- **Canopy width:** 8
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-2729e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 2729E",
"product_id": "2729E",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 2.7,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "9"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "8"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "7"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.188147+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 2729E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 2.7
- **Trait(s):** Enlist E3
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 9
- **Sudden death syndrome (SDS) tolerance:** 8
- **Phytophthora root rot (PRR) tolerance:** 7
## Agronomic Characteristics
- **Standability:** 7
- **Emergence:** 8
- **Canopy width:** 8
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-2846e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 2846E",
"product_id": "2846E",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 2.8,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "9"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "8"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "6"
},
{
"characteristic": "Emergence",
"value": "7"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.188540+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 2846E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 2.8
- **Trait(s):** Enlist E3
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 9
- **Sudden death syndrome (SDS) tolerance:** 8
- **Phytophthora root rot (PRR) tolerance:** 7
## Agronomic Characteristics
- **Standability:** 6
- **Emergence:** 7
- **Canopy width:** 8
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-2a13-pce",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 2A13 PCE",
"product_id": "2A13 PCE",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 104,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"PCE",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "6"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Exc + SAI"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.168298+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 2A13 PCE
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 104 days
- **Trait(s):** PCE, Above
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 6
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Exc + SAI
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **FOPs (fop herbicide) tolerance:** Yes
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-2a17-ve",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 2A17 VE",
"product_id": "2A17 VE",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 104,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VE",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "6"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.169088+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 2A17 VE
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 104 days
- **Trait(s):** VE, Above & Below
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 6
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **FOPs (fop herbicide) tolerance:** Yes
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-2j67-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 2J67 Q",
"product_id": "2J67 Q",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 105,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "6"
},
{
"characteristic": "Tar spot tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "10"
},
{
"characteristic": "Greensnap tolerance",
"value": "6"
},
{
"characteristic": "Root strength",
"value": "7"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.171254+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 2J67 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 105 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 6
- **Tar spot tolerance:** 6
## Agronomic Characteristics
- **Drought tolerance:** 10
- **Greensnap tolerance:** 6
- **Root strength:** 7
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-2w400-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 2W400 Q",
"product_id": "2W400 Q",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 102,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "6"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "9"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "7"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.167478+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 2W400 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 102 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 6
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 9
- **Root strength:** 8
- **Stalk strength:** 7
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-2y06am",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 2Y06AM",
"product_id": "2Y06AM",
"crop": "corn",
"release_year": 2017,
"relative_maturity": 104,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AM",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "6"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.169865+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 2Y06AM
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 104 days
- **Trait(s):** AM, Above
- **Released:** 2017
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 6
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-2y10",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 2Y10",
"product_id": "2Y10",
"crop": "corn",
"release_year": 2021,
"relative_maturity": 104,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"Conv"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "6"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "None needed"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "No"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "No"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.170676+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 2Y10
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 104 days
- **Trait(s):** Conventional, Conv
- **Released:** 2021
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 6
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Good
- **Refuge structure:** None needed
- **Corn borer protection (Bt):** No
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** No
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-3159e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3159E",
"product_id": "3159E",
"crop": "soybeans",
"release_year": 2023,
"relative_maturity": null,
"maturity_group": 3.1,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "9"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "6"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "8"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.188941+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 3159E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.1
- **Trait(s):** Enlist E3
- **Released:** 2023
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 9
- **Sudden death syndrome (SDS) tolerance:** 6
- **Phytophthora root rot (PRR) tolerance:** 7
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 8
- **Canopy width:** 8
- **Plant height:** 8
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-3415e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3415E",
"product_id": "3415E",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 3.4,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "7"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "8"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "7"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.189716+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 3415E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.4
- **Trait(s):** Enlist E3
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 7
- **Phytophthora root rot (PRR) tolerance:** 8
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 7
- **Canopy width:** 8
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-3434f",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3434F",
"product_id": "3434F",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 3.4,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "9"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "8"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "8"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "Dicamba tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.190118+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 3434F
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.4
- **Trait(s):** XtendFlex
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 9
- **Sudden death syndrome (SDS) tolerance:** 8
- **Phytophthora root rot (PRR) tolerance:** 6
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 8
- **Canopy width:** 8
- **Plant height:** 8
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **Dicamba tolerance:** Yes
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-3578e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3578E",
"product_id": "3578E",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 3.5,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "6"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "8"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "9"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "7"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.190923+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 3578E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.5
- **Trait(s):** Enlist E3
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 6
- **Phytophthora root rot (PRR) tolerance:** 8
## Agronomic Characteristics
- **Standability:** 9
- **Emergence:** 8
- **Canopy width:** 7
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-3647f",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3647F",
"product_id": "3647F",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 3.6,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "7"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "7"
},
{
"characteristic": "Emergence",
"value": "7"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "8"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "Dicamba tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.191307+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 3647F
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.6
- **Trait(s):** XtendFlex
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 7
- **Phytophthora root rot (PRR) tolerance:** 7
## Agronomic Characteristics
- **Standability:** 7
- **Emergence:** 7
- **Canopy width:** 8
- **Plant height:** 8
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **Dicamba tolerance:** Yes
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-3767e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3767E",
"product_id": "3767E",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 3.7,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "6"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "8"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "7"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.192083+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 3767E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.7
- **Trait(s):** Enlist E3
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 6
- **Phytophthora root rot (PRR) tolerance:** 8
## Agronomic Characteristics
- **Standability:** 7
- **Emergence:** 8
- **Canopy width:** 8
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-3886f",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3886F",
"product_id": "3886F",
"crop": "soybeans",
"release_year": 2022,
"relative_maturity": null,
"maturity_group": 3.8,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "7"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "6"
},
{
"characteristic": "Plant height",
"value": "9"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "Dicamba tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.193234+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 3886F
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.8
- **Trait(s):** XtendFlex
- **Released:** 2022
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 7
- **Phytophthora root rot (PRR) tolerance:** 6
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 8
- **Canopy width:** 6
- **Plant height:** 9
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **Dicamba tolerance:** Yes
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-3966e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 3966E",
"product_id": "3966E",
"crop": "soybeans",
"release_year": 2023,
"relative_maturity": null,
"maturity_group": 3.9,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "6"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "9"
},
{
"characteristic": "Canopy width",
"value": "8"
},
{
"characteristic": "Plant height",
"value": "8"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.193981+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 3966E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 3.9
- **Trait(s):** Enlist E3
- **Released:** 2023
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 6
- **Phytophthora root rot (PRR) tolerance:** 7
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 9
- **Canopy width:** 8
- **Plant height:** 8
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-3g31am",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 3G31AM",
"product_id": "3G31AM",
"crop": "corn",
"release_year": 2023,
"relative_maturity": 106,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AM",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "7"
},
{
"characteristic": "Greensnap tolerance",
"value": "9"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.171761+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 3G31AM
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 106 days
- **Trait(s):** AM, Above
- **Released:** 2023
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 6
## Agronomic Characteristics
- **Drought tolerance:** 7
- **Greensnap tolerance:** 9
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-3w97-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 3W97 Q",
"product_id": "3W97 Q",
"crop": "corn",
"release_year": 2021,
"relative_maturity": 107,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.172269+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 3W97 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 107 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2021
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 6
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-4134e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 4134E",
"product_id": "4134E",
"crop": "soybeans",
"release_year": 2024,
"relative_maturity": null,
"maturity_group": 4.1,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "8"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "7"
},
{
"characteristic": "Plant height",
"value": "7"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.194348+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 4134E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 4.1
- **Trait(s):** Enlist E3
- **Released:** 2024
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 8
- **Phytophthora root rot (PRR) tolerance:** 6
## Agronomic Characteristics
- **Standability:** 8
- **Emergence:** 8
- **Canopy width:** 7
- **Plant height:** 7
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+92
View File
@@ -0,0 +1,92 @@
{
"source": "burrus",
"source_key": "burrus-4292f",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 4292F",
"product_id": "4292F",
"crop": "soybeans",
"release_year": 2023,
"relative_maturity": null,
"maturity_group": 4.2,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "7"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "7"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "7"
},
{
"characteristic": "Plant height",
"value": "9"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "Dicamba tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.195450+00:00",
"scraper_version": "0.1.0"
}
+32
View File
@@ -0,0 +1,32 @@
# Burrus 4292F
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 4.2
- **Trait(s):** XtendFlex
- **Released:** 2023
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Sudden death syndrome (SDS) tolerance:** 7
- **Phytophthora root rot (PRR) tolerance:** 5
## Agronomic Characteristics
- **Standability:** 7
- **Emergence:** 8
- **Canopy width:** 7
- **Plant height:** 9
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **Dicamba tolerance:** Yes
+96
View File
@@ -0,0 +1,96 @@
{
"source": "burrus",
"source_key": "burrus-4365e",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 4365E",
"product_id": "4365E",
"crop": "soybeans",
"release_year": 2023,
"relative_maturity": null,
"maturity_group": 4.3,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown stem rot (BSR) tolerance",
"value": "9"
},
{
"characteristic": "Sudden death syndrome (SDS) tolerance",
"value": "7"
},
{
"characteristic": "Phytophthora root rot (PRR) tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Standability",
"value": "6"
},
{
"characteristic": "Emergence",
"value": "8"
},
{
"characteristic": "Canopy width",
"value": "9"
},
{
"characteristic": "Plant height",
"value": "8"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "Dicamba tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/soybeans"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.195844+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# Burrus 4365E
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Soybeans
- **Maturity group:** 4.3
- **Trait(s):** Enlist E3
- **Released:** 2023
- **Source:** https://burrusseed.com/products/soybeans
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Brown stem rot (BSR) tolerance:** 9
- **Sudden death syndrome (SDS) tolerance:** 7
- **Phytophthora root rot (PRR) tolerance:** 7
## Agronomic Characteristics
- **Standability:** 6
- **Emergence:** 8
- **Canopy width:** 9
- **Plant height:** 8
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **Dicamba tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-4c16-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 4C16 Q",
"product_id": "4C16 Q",
"crop": "corn",
"release_year": 2021,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "7"
},
{
"characteristic": "Greensnap tolerance",
"value": "6"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "7"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.172749+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 4C16 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2021
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 6
## Agronomic Characteristics
- **Drought tolerance:** 7
- **Greensnap tolerance:** 6
- **Root strength:** 8
- **Stalk strength:** 7
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-4p27-ve",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 4P27 VE",
"product_id": "4P27 VE",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VE",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "7"
},
{
"characteristic": "Greensnap tolerance",
"value": "7"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.173310+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 4P27 VE
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** VE, Above & Below
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 7
- **Greensnap tolerance:** 7
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **FOPs (fop herbicide) tolerance:** Yes
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-4r40",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 4R40",
"product_id": "4R40",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"Conv"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "7"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "9"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Exc + SAI"
},
{
"characteristic": "Refuge structure",
"value": "None needed"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "No"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "No"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.173773+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 4R40
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** Conventional, Conv
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 7
- **Greensnap tolerance:** 8
- **Root strength:** 9
- **Stalk strength:** 8
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Exc + SAI
- **Refuge structure:** None needed
- **Corn borer protection (Bt):** No
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** No
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-4r56-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 4R56 Q",
"product_id": "4R56 Q",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 109,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "7"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "9"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.174718+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 4R56 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 109 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 7
- **Greensnap tolerance:** 8
- **Root strength:** 9
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-4v73am",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 4V73AM",
"product_id": "4V73AM",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 109,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AM",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "6"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "7"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Exc + SAI"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.175187+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 4V73AM
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 109 days
- **Trait(s):** AM, Above
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 6
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 7
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Exc + SAI
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-4w42-pce",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 4W42 PCE",
"product_id": "4W42 PCE",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"PCE",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "7"
},
{
"characteristic": "Stalk strength",
"value": "7"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.174257+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 4W42 PCE
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** PCE, Above
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 7
- **Stalk strength:** 7
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **FOPs (fop herbicide) tolerance:** Yes
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-5f17-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 5F17 Q",
"product_id": "5F17 Q",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 110,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "7"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.175638+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 5F17 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 110 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 6
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 7
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-5j21am",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 5J21AM",
"product_id": "5J21AM",
"crop": "corn",
"release_year": 2023,
"relative_maturity": 110,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AM",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "7"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.176102+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 5J21AM
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 110 days
- **Trait(s):** AM, Above
- **Released:** 2023
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 7
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-5m76-ve",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 5M76 VE",
"product_id": "5M76 VE",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 111,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VE",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "9"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "Yes"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "Yes"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.176557+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 5M76 VE
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 111 days
- **Trait(s):** VE, Above & Below
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 9
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** Yes
- **FOPs (fop herbicide) tolerance:** Yes
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-5u63am",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 5U63AM",
"product_id": "5U63AM",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 111,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AM",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "9"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Suitable"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.177022+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 5U63AM
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 111 days
- **Trait(s):** AM, Above
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 9
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Suitable
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-6b86-q",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 6B86 Q",
"product_id": "6B86 Q",
"crop": "corn",
"release_year": 2023,
"relative_maturity": 113,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Qrome",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "6"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "6"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.177937+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 6B86 Q
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 113 days
- **Trait(s):** Qrome, Above & Below
- **Released:** 2023
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 6
## Agronomic Characteristics
- **Drought tolerance:** 6
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-6h80",
"vendor": "Burrus Seed",
"brand": "Power Plus",
"product_name": "Power Plus 6H80",
"product_id": "6H80",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 113,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"Conv"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "7"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "None needed"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "No"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "No"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.178475+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Power Plus 6H80
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Power Plus
- **Crop:** Corn
- **Relative maturity:** 113 days
- **Trait(s):** Conventional, Conv
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 7
- **Stalk strength:** 8
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Good
- **Refuge structure:** None needed
- **Corn borer protection (Bt):** No
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** No
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-6k13-v",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 6K13 V",
"product_id": "6K13 V",
"crop": "corn",
"release_year": 2023,
"relative_maturity": 112,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"V (3220)",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "7"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "9"
},
{
"characteristic": "Black cutworm tolerance",
"value": "10"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Suitable"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.177476+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 6K13 V
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 112 days
- **Trait(s):** V (3220), Above
- **Released:** 2023
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 7
- **Root strength:** 8
- **Stalk strength:** 9
- **Black cutworm tolerance:** 10
- **Corn-on-corn suitability:** Suitable
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-6n54-vt2p",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 6N54 VT2P",
"product_id": "6N54 VT2P",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 113,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT2PRIB",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "7"
},
{
"characteristic": "Root strength",
"value": "9"
},
{
"characteristic": "Stalk strength",
"value": "9"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.178946+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 6N54 VT2P
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 113 days
- **Trait(s):** VT2PRIB, Above
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 7
- **Root strength:** 9
- **Stalk strength:** 9
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-6u77-ssp",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 6U77 SSP",
"product_id": "6U77 SSP",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 113,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SSPRIB",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "7"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.179526+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 6U77 SSP
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 113 days
- **Trait(s):** SSPRIB, Above & Below
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 7
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-6y61-dg-vt2p",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 6Y61 DG VT2P",
"product_id": "6Y61 DG VT2P",
"crop": "corn",
"release_year": 2021,
"relative_maturity": 113,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"DG VT2PRIB",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "4"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "9"
},
{
"characteristic": "Greensnap tolerance",
"value": "7"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "9"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Exc + SAI"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.179990+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 6Y61 DG VT2P
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 113 days
- **Trait(s):** DG VT2PRIB, Above
- **Released:** 2021
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 4
## Agronomic Characteristics
- **Drought tolerance:** 9
- **Greensnap tolerance:** 7
- **Root strength:** 8
- **Stalk strength:** 9
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Exc + SAI
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-7f30",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 7F30",
"product_id": "7F30",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 114,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"Conv"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "None needed"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "No"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "No"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.180454+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 7F30
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 114 days
- **Trait(s):** Conventional, Conv
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Good
- **Refuge structure:** None needed
- **Corn borer protection (Bt):** No
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** No
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-7f33-vt2p",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 7F33 VT2P",
"product_id": "7F33 VT2P",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 114,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT2PRIB",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Suitable"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.180893+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 7F33 VT2P
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 114 days
- **Trait(s):** VT2PRIB, Above
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Suitable
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-7l62-aa",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 7L62 AA",
"product_id": "7L62 AA",
"crop": "corn",
"release_year": 2024,
"relative_maturity": 115,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"AA (3120)",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "7"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.181863+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 7L62 AA
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 115 days
- **Trait(s):** AA (3120), Above
- **Released:** 2024
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 7
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-7n88-ss",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 7N88 SS",
"product_id": "7N88 SS",
"crop": "corn",
"release_year": 2022,
"relative_maturity": 115,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SSRIB",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "4"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "6"
},
{
"characteristic": "Root strength",
"value": "9"
},
{
"characteristic": "Stalk strength",
"value": "9"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.182422+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 7N88 SS
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 115 days
- **Trait(s):** SSRIB, Above & Below
- **Released:** 2022
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 4
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 6
- **Root strength:** 9
- **Stalk strength:** 9
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-7p71-vt2p",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 7P71 VT2P",
"product_id": "7P71 VT2P",
"crop": "corn",
"release_year": 2023,
"relative_maturity": 115,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT2PRIB",
"Above"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "9"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "8"
},
{
"characteristic": "Stalk strength",
"value": "9"
},
{
"characteristic": "Black cutworm tolerance",
"value": "8"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Good"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "No"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "No"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.183101+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 7P71 VT2P
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 115 days
- **Trait(s):** VT2PRIB, Above
- **Released:** 2023
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 9
- **Greensnap tolerance:** 8
- **Root strength:** 8
- **Stalk strength:** 9
- **Black cutworm tolerance:** 8
- **Corn-on-corn suitability:** Good
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** No
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** No
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No
+121
View File
@@ -0,0 +1,121 @@
{
"source": "burrus",
"source_key": "burrus-7t27-ssp",
"vendor": "Burrus Seed",
"brand": "Burrus",
"product_name": "Burrus 7T27 SSP",
"product_id": "7T27 SSP",
"crop": "corn",
"release_year": 2023,
"relative_maturity": 114,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SSPRIB",
"Above & Below"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Gray leaf spot tolerance",
"value": "8"
},
{
"characteristic": "Tar spot tolerance",
"value": "5"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Drought tolerance",
"value": "8"
},
{
"characteristic": "Greensnap tolerance",
"value": "8"
},
{
"characteristic": "Root strength",
"value": "9"
},
{
"characteristic": "Stalk strength",
"value": "8"
},
{
"characteristic": "Black cutworm tolerance",
"value": "9"
},
{
"characteristic": "Corn-on-corn suitability",
"value": "Excellent"
},
{
"characteristic": "Refuge structure",
"value": "Integrated refuge"
},
{
"characteristic": "Corn borer protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Corn rootworm protection (Bt)",
"value": "Yes"
},
{
"characteristic": "Nematode protection",
"value": "Yes"
},
{
"characteristic": "Wireworm protection",
"value": "Yes"
}
]
},
{
"label": "HERBICIDE TOLERANCE",
"items": [
{
"characteristic": "Glyphosate tolerance",
"value": "Yes"
},
{
"characteristic": "Glufosinate tolerance",
"value": "Yes"
},
{
"characteristic": "2,4-D choline tolerance",
"value": "No"
},
{
"characteristic": "FOPs (fop herbicide) tolerance",
"value": "No"
}
]
}
],
"_scale_direction": "numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.",
"regional_recommendations": [
{
"product_list_name": "Burrus dealer network (IL/IN/IA/MO/WI)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://burrusseed.com/products/corn"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T01:43:00.181358+00:00",
"scraper_version": "0.1.0"
}
+39
View File
@@ -0,0 +1,39 @@
# Burrus 7T27 SSP
- **Vendor:** Burrus Seed (Burrus Hybrids — independent family company, Arenzville, IL, since 1935)
- **Brand:** Burrus
- **Crop:** Corn
- **Relative maturity:** 114 days
- **Trait(s):** SSPRIB, Above & Below
- **Released:** 2023
- **Source:** https://burrusseed.com/products/corn
- **Rating scale:** numeric agronomic + disease ratings 1-10, 10=best/most-tolerant (observed 4-10; higher is better); NR/blank/0/'-' = not rated (omitted). Herbicide tolerances and Bt insect-protection packages are Yes/No (verbatim, not numeric). Corn-on-corn suitability and refuge structure are categorical.
- **Service area:** Burrus dealer network (IL / IN / IA / MO / WI)
---
## Disease Ratings
- **Gray leaf spot tolerance:** 8
- **Tar spot tolerance:** 5
## Agronomic Characteristics
- **Drought tolerance:** 8
- **Greensnap tolerance:** 8
- **Root strength:** 9
- **Stalk strength:** 8
- **Black cutworm tolerance:** 9
- **Corn-on-corn suitability:** Excellent
- **Refuge structure:** Integrated refuge
- **Corn borer protection (Bt):** Yes
- **Corn rootworm protection (Bt):** Yes
- **Nematode protection:** Yes
- **Wireworm protection:** Yes
## Herbicide Tolerance
- **Glyphosate tolerance:** Yes
- **Glufosinate tolerance:** Yes
- **2,4-D choline tolerance:** No
- **FOPs (fop herbicide) tolerance:** No

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