Add ProHarvest Seeds: 119 varieties + 161 cross-vendor plot reports

ProHarvest Seeds (independent Corn Belt brand, proharvestseeds.com) exposes
a public, no-auth WordPress REST API — cleaner ingestion than the HTML-only
independents. Two new sources:

- `proharvest` (variety identity, 119 row-crop varieties: 70 corn / 47 soy /
  2 wheat). Enumerated via /wp/v2/seed (seed-type taxonomy), agronomics
  parsed from each /seed/<slug>/ detail page into structured
  characteristics_groups so the ratings actually embed. Mixed scale: disease
  1-9 numeric (9=best, no flip), agronomic/general qualitative, soil HR/R.

- `proharvest_plots` (trials, data_type=trial, 161 plots, 2024+2025). Per-
  cooperator harvest reports via the custom /wp-json/proharvest/v1/plots?y=
  endpoint + PDF table extraction. Many are cross-vendor head-to-head
  (ProHarvest/Apex vs Pioneer/DEKALB/Becks/Channel/Wyffels). Handles ruled
  tables, unruled tables (text fallback; soy drops the Test-Wt column → 4 vs
  5 numerics), and off-template third-party reports (sanity-gated to verbatim
  so junk rows never ship). Image-only PDFs skipped + counted.

- rag/chunk.py: route proharvest_plots through the shared cross-vendor plot
  renderer (structured) / verbatim body (raw_text fallback).
- sources.json + lessons.md (rating-scales, trial-data).
- README/CLAUDE.md corpus inventory brought current (it had drifted: bayer
  931 not 475; ebberts/lg/agrigold were unlisted). New totals: 1,645 variety
  + 6,787 trial records.

robots.txt permissive (only search + /dealer-* disallowed); no ToS
automation clause. CI rebuilds the index from the committed corpus.
This commit is contained in:
2026-06-04 21:04:33 -04:00
parent e356633d4f
commit 89eea0f2b4
567 changed files with 80023 additions and 8 deletions
+9 -3
View File
@@ -25,14 +25,20 @@ and the `crop_seed_api_lessons` tool).
| Vendor | Verdict | Varieties | Source pattern |
|---|---|---|---|
| Bayer (DEKALB + Asgrow + WestBred) | 🟢 | ~475 | `cropscience.bayer.us` Next.js `__NEXT_DATA__` (same infra as crop-chem-docs) |
| Golden Harvest (Syngenta) | 🟢 | ~175 | sitemap.xml + server-rendered HTML + Syngenta CDN PDFs |
| NK (Syngenta) | 🟢 | 29 | static HTML + Syngenta CDN PDFs (shares fetcher with Golden Harvest) |
| Bayer (DEKALB + Channel + Asgrow + WestBred + Deltapine) | 🟢 | 931 | `cropscience.bayer.us` Next.js `__NEXT_DATA__` (same infra as crop-chem-docs) |
| 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) |
| 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 |
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.
**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
+12 -5
View File
@@ -10,22 +10,29 @@ vendors — **variety identity** (what each hybrid IS) plus **yield-trial data**
## What's in the corpus
**5,073 indexed chunks** across two complementary surfaces:
**~8,400 indexed records** (one chunk each) across two complementary surfaces:
### Variety identity — 760 records
### Variety identity — 1,645 records
| Source | Count | Vendor | Brand |
|---|---|---|---|
| `bayer_seeds` | 475 | Bayer | DEKALB (corn) / Asgrow (soy) / WestBred (wheat) |
| `bayer_seeds` | 931 | Bayer | DEKALB / Channel (corn) / Asgrow (soy) / WestBred (wheat) / Deltapine |
| `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) |
| `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) |
### Yield-trial data — 4,313 documents
### Yield-trial data — 6,787 documents
| Source | Count | Notes |
|---|---|---|
| `gh_plot_reports` | 4,299 | Golden Harvest plot reports 2024+2025. **Cross-vendor head-to-head** — DEKALB / NK / GH / Pioneer / Channel all appear in the same trial rankings. The closest thing to independent comparison data the corpus has. |
| `gh_plot_reports` | 4,299 | Golden Harvest plot reports 2024+2025. **Cross-vendor head-to-head** — DEKALB / NK / GH / Pioneer / Channel all appear in the same trial rankings. |
| `lg_plot_reports` | 1,307 | LG Seeds (AgReliant) cross-vendor plots, top-5 per site, 2024+2025. |
| `agrigold_plot_reports` | 1,006 | AgriGold (AgReliant) cross-vendor plots, full ranking + rich plot management, 2024+2025. |
| `proharvest_plots` | 161 | ProHarvest Seeds per-cooperator harvest reports (corn / soy, 2024+2025). Many are **cross-vendor** (ProHarvest / Apex vs Pioneer / DEKALB / Becks / Channel / Wyffels). Structured rank/yield/%H2O/test-wt where the PDF fits the template; off-template third-party reports kept verbatim. |
| `agripro_trials` | 14 | Regional wheat trial PDF summaries (PNW, Western Plains, Northern Plains, etc.) |
### Not in the corpus (documented in `docs_mcp/lessons.md`)
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-0985r2y",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "0985R2Y",
"product_id": "0985R2Y",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 0.9,
"wheat_class": null,
"trait_stack": [
"Roundup Ready 2 Yield®"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium"
},
{
"characteristic": "Branching Habit",
"value": "Upright"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Buff"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Standability",
"value": "9"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "8"
},
{
"characteristic": "SCN Resistance Source",
"value": "Peking"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1k & 3a"
},
{
"characteristic": "No-Till Adaptability",
"value": "9"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7.5"
},
{
"characteristic": "Brown Stem Rot",
"value": "8"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "NA"
},
{
"characteristic": "Iron Chlorosis",
"value": "9"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1k & 3a"
},
{
"characteristic": "SDS Tolerance",
"value": "NA"
},
{
"characteristic": "White Mold",
"value": "9"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/0985r2y/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:19.243140+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 0985R2Y
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 0.9
- **Trait(s):** Roundup Ready 2 Yield®
- **Source:** https://proharvestseeds.com/seed/0985r2y/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium
- **Canopy/Plant Type:** Medium
- **Branching Habit:** Upright
- **Flower Color:** Purple
- **Hilum Color:** Buff
- **Pod Color:** Brown
- **Pubescence:** Gray
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Standability:** 9
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** 8
- **SCN Resistance Source:** Peking
- **Phytophthora Resistance Source:** 1k & 3a
- **No-Till Adaptability:** 9
## Disease Ratings
- **Overall Disease Rating:** 7.5
- **Brown Stem Rot:** 8
- **Root Knot:** NA
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** NA
- **Iron Chlorosis:** 9
- **Phytophthora Field Resistance:** 1k & 3a
- **SDS Tolerance:** NA
- **White Mold:** 9
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-25e35",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "25E35",
"product_id": "25E35",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 2.7,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Med-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Bush"
},
{
"characteristic": "Branching Habit",
"value": "Branchy"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Black"
},
{
"characteristic": "Pod Color",
"value": "Tan"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
},
{
"characteristic": "Shatter Resistance",
"value": "Excellent"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "SCN Resistance Source",
"value": "Peking"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1k"
},
{
"characteristic": "No-Till Adaptability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "8"
},
{
"characteristic": "Brown Stem Rot",
"value": "Excellent"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "9"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "8"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1k"
},
{
"characteristic": "SDS Tolerance",
"value": "Very Good"
},
{
"characteristic": "White Mold",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/25e35/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:22.303946+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 25E35
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 2.7
- **Trait(s):** Enlist E3
- **Source:** https://proharvestseeds.com/seed/25e35/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Med-Tall
- **Canopy/Plant Type:** Bush
- **Branching Habit:** Branchy
- **Flower Color:** Purple
- **Hilum Color:** Black
- **Pod Color:** Tan
- **Pubescence:** Light Tawny
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Standability:** Very Good
- **Shatter Resistance:** Excellent
- **Stress Tolerance:** Very Good
- **SCN Resistance Source:** Peking
- **Phytophthora Resistance Source:** 1k
- **No-Till Adaptability:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 8
- **Brown Stem Rot:** Excellent
- **Root Knot:** NA
- **Frogeye Leaf Spot:** 9
- **Stem Canker:** 10
- **Iron Chlorosis:** 8
- **Phytophthora Field Resistance:** 1k
- **SDS Tolerance:** Very Good
- **White Mold:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-26c52",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "26C52",
"product_id": "26C52",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 2.6,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium"
},
{
"characteristic": "Branching Habit",
"value": "Medium"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Brown"
},
{
"characteristic": "Pod Color",
"value": "Tan"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "7"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "7.5"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c"
},
{
"characteristic": "No-Till Adaptability",
"value": "8"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Brown Stem Rot",
"value": "4"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "6.5"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1c"
},
{
"characteristic": "SDS Tolerance",
"value": "5.5"
},
{
"characteristic": "White Mold",
"value": "6.5"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/26c52/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:41.775478+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 26C52
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 2.6
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/26c52/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium-Tall
- **Canopy/Plant Type:** Medium
- **Branching Habit:** Medium
- **Flower Color:** Purple
- **Hilum Color:** Brown
- **Pod Color:** Tan
- **Pubescence:** Light Tawny
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Standability:** 7
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** 7.5
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1c
- **No-Till Adaptability:** 8
## Disease Ratings
- **Overall Disease Rating:** 7
- **Brown Stem Rot:** 4
- **Root Knot:** NA
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** 10
- **Iron Chlorosis:** 6.5
- **Phytophthora Field Resistance:** 1c
- **SDS Tolerance:** 5.5
- **White Mold:** 6.5
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+202
View File
@@ -0,0 +1,202 @@
{
"source": "proharvest",
"source_key": "proharvest-26e68",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "26E68",
"product_id": "26E68",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 2.6,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium"
},
{
"characteristic": "Branching Habit",
"value": "Medium"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Brown"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "40.7%"
},
{
"characteristic": "Oil",
"value": "22.3%"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Shatter Resistance",
"value": "Excellent"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1k"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown Stem Rot",
"value": "7.5"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "8"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "7.5"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "7.5"
},
{
"characteristic": "SDS Tolerance",
"value": "7.5"
},
{
"characteristic": "White Mold",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/26e68/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:25.248115+00:00",
"scraper_version": "0.1.0"
}
+62
View File
@@ -0,0 +1,62 @@
# 26E68
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 2.6
- **Trait(s):** Enlist E3
- **Source:** https://proharvestseeds.com/seed/26e68/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium-Tall
- **Canopy/Plant Type:** Medium
- **Branching Habit:** Medium
- **Flower Color:** Purple
- **Hilum Color:** Brown
- **Pod Color:** Brown
- **Pubescence:** Light Tawny
- **Protein:** 40.7%
- **Oil:** 22.3%
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Excellent
- **Shatter Resistance:** Excellent
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1k
## Disease Ratings
- **Brown Stem Rot:** 7.5
- **Root Knot:** NA
- **Frogeye Leaf Spot:** 8
- **Stem Canker:** 10
- **Iron Chlorosis:** 7.5
- **Phytophthora Field Resistance:** 7.5
- **SDS Tolerance:** 7.5
- **White Mold:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+202
View File
@@ -0,0 +1,202 @@
{
"source": "proharvest",
"source_key": "proharvest-27f66",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "27F66",
"product_id": "27F66",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 2.7,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Medium"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Imp. Black"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Protein",
"value": "39.5%"
},
{
"characteristic": "Oil",
"value": "22.6%"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c & 3a"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown Stem Rot",
"value": "NA"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "6"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "7"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "7"
},
{
"characteristic": "SDS Tolerance",
"value": "7"
},
{
"characteristic": "White Mold",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/27f66/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:23.771144+00:00",
"scraper_version": "0.1.0"
}
+62
View File
@@ -0,0 +1,62 @@
# 27F66
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 2.7
- **Trait(s):** XtendFlex
- **Source:** https://proharvestseeds.com/seed/27f66/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium-Tall
- **Canopy/Plant Type:** Medium-Bush
- **Branching Habit:** Medium
- **Flower Color:** Purple
- **Hilum Color:** Imp. Black
- **Pod Color:** Brown
- **Pubescence:** Gray
- **Protein:** 39.5%
- **Oil:** 22.6%
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Excellent
- **Shatter Resistance:** Very Good
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1c & 3a
## Disease Ratings
- **Brown Stem Rot:** NA
- **Root Knot:** NA
- **Frogeye Leaf Spot:** 6
- **Stem Canker:** 10
- **Iron Chlorosis:** 7
- **Phytophthora Field Resistance:** 7
- **SDS Tolerance:** 7
- **White Mold:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-2815-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "2815",
"product_id": "2815",
"crop": "corn",
"release_year": null,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1285"
},
{
"characteristic": "GDD Black Layer",
"value": "2700"
},
{
"characteristic": "Pollination for Maturity",
"value": "Early"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Flex"
},
{
"characteristic": "Kernel Rows",
"value": "18-20"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Poor"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Seedling Vigor",
"value": "Excellent"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Excellent"
},
{
"characteristic": "Green Snap",
"value": "9"
},
{
"characteristic": "Stay Green",
"value": "Excellent"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Fair"
},
{
"characteristic": "Corn After Corn",
"value": "Excellent"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "8"
},
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "9"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "9"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "R"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/2815-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:11.784378+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 2815
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/2815-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1285
- **GDD Black Layer:** 2700
- **Pollination for Maturity:** Early
- **Plant Height:** Medium-Tall
- **Leaf Type:** Upright
- **Ear Height:** Medium
- **Ear Type:** Flex
- **Kernel Rows:** 18-20
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Poor
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Seedling Vigor:** Excellent
- **Stalk Strength:** Very Good
- **Root Strength:** Excellent
- **Green Snap:** 9
- **Stay Green:** Excellent
- **Dry Down:** Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Fair
- **Corn After Corn:** Excellent
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 8
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 9
- **Southern Leaf Blight:** 8
- **Common Rust:** 8
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 9
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** R
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-29c57",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "29C57",
"product_id": "29C57",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 2.9,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium"
},
{
"characteristic": "Branching Habit",
"value": "Medium"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Black"
},
{
"characteristic": "Pod Color",
"value": "Tan"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "6.5"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "7.5"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "None"
},
{
"characteristic": "No-Till Adaptability",
"value": "8"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7.5"
},
{
"characteristic": "Brown Stem Rot",
"value": "10"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "6.5"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "None"
},
{
"characteristic": "SDS Tolerance",
"value": "6"
},
{
"characteristic": "White Mold",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/29c57/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:43.299437+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 29C57
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 2.9
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/29c57/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium-Tall
- **Canopy/Plant Type:** Medium
- **Branching Habit:** Medium
- **Flower Color:** Purple
- **Hilum Color:** Black
- **Pod Color:** Tan
- **Pubescence:** Light Tawny
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Standability:** 6.5
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** 7.5
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** None
- **No-Till Adaptability:** 8
## Disease Ratings
- **Overall Disease Rating:** 7.5
- **Brown Stem Rot:** 10
- **Root Knot:** NA
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** 10
- **Iron Chlorosis:** 6.5
- **Phytophthora Field Resistance:** None
- **SDS Tolerance:** 6
- **White Mold:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-29f42",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "29F42",
"product_id": "29F42",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 2.9,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Med-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Med-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Branchy"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Imp. Black"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Protein",
"value": "39.50%"
},
{
"characteristic": "Oil",
"value": "22.10%"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Standability",
"value": "Very Good"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c"
},
{
"characteristic": "No-Till Adaptability",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Brown Stem Rot",
"value": "R"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "7"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1c"
},
{
"characteristic": "SDS Tolerance",
"value": "Good"
},
{
"characteristic": "White Mold",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/29f42/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:20.761002+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 29F42
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 2.9
- **Trait(s):** XtendFlex
- **Source:** https://proharvestseeds.com/seed/29f42/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Med-Tall
- **Canopy/Plant Type:** Med-Bush
- **Branching Habit:** Branchy
- **Flower Color:** Purple
- **Hilum Color:** Imp. Black
- **Pod Color:** Brown
- **Pubescence:** Gray
- **Protein:** 39.50%
- **Oil:** 22.10%
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Excellent
- **Standability:** Very Good
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** Very Good
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1c
- **No-Till Adaptability:** Excellent
## Disease Ratings
- **Overall Disease Rating:** 7
- **Brown Stem Rot:** R
- **Root Knot:** NA
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** 10
- **Iron Chlorosis:** 7
- **Phytophthora Field Resistance:** 1c
- **SDS Tolerance:** Good
- **White Mold:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-31c30",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "31C30",
"product_id": "31C30",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.1,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Med-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Med-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Medium"
},
{
"characteristic": "Flower Color",
"value": "White"
},
{
"characteristic": "Hilum Color",
"value": "Brown"
},
{
"characteristic": "Pod Color",
"value": "Tan"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "Very Good"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "None"
},
{
"characteristic": "No-Till Adaptability",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Brown Stem Rot",
"value": "S"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "7"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "None"
},
{
"characteristic": "SDS Tolerance",
"value": "Good"
},
{
"characteristic": "White Mold",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/31c30/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:14.787555+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 31C30
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.1
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/31c30/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Med-Tall
- **Canopy/Plant Type:** Med-Bush
- **Branching Habit:** Medium
- **Flower Color:** White
- **Hilum Color:** Brown
- **Pod Color:** Tan
- **Pubescence:** Light Tawny
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Standability:** Very Good
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** Very Good
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** None
- **No-Till Adaptability:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 7
- **Brown Stem Rot:** S
- **Root Knot:** NA
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** 10
- **Iron Chlorosis:** 7
- **Phytophthora Field Resistance:** None
- **SDS Tolerance:** Good
- **White Mold:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+202
View File
@@ -0,0 +1,202 @@
{
"source": "proharvest",
"source_key": "proharvest-31e65s",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "31E65S",
"product_id": "31E65S",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.1,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Branchy"
},
{
"characteristic": "Flower Color",
"value": "White"
},
{
"characteristic": "Hilum Color",
"value": "Buff"
},
{
"characteristic": "Pod Color",
"value": "Tan"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "SCN Resistance Source",
"value": "Peking"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Brown Stem Rot",
"value": "9"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "NA"
},
{
"characteristic": "Iron Chlorosis",
"value": "8"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "8"
},
{
"characteristic": "SDS Tolerance",
"value": "7"
},
{
"characteristic": "White Mold",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/31e65s/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:22.281466+00:00",
"scraper_version": "0.1.0"
}
+62
View File
@@ -0,0 +1,62 @@
# 31E65S
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.1
- **Trait(s):** Enlist E3
- **Source:** https://proharvestseeds.com/seed/31e65s/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium
- **Canopy/Plant Type:** Medium-Bush
- **Branching Habit:** Branchy
- **Flower Color:** White
- **Hilum Color:** Buff
- **Pod Color:** Tan
- **Pubescence:** Gray
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Excellent
- **Shatter Resistance:** Very Good
- **SCN Resistance Source:** Peking
- **Phytophthora Resistance Source:** 1c
## Disease Ratings
- **Brown Stem Rot:** 9
- **Root Knot:** NA
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** NA
- **Iron Chlorosis:** 8
- **Phytophthora Field Resistance:** 8
- **SDS Tolerance:** 7
- **White Mold:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-32f54",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "32F54",
"product_id": "32F54",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.2,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Branchy"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Imp. Black"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "7.5"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c & 3a"
},
{
"characteristic": "No-Till Adaptability",
"value": "8"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7.5"
},
{
"characteristic": "Brown Stem Rot",
"value": "10"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "6"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "6"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1c & 3a"
},
{
"characteristic": "SDS Tolerance",
"value": "7"
},
{
"characteristic": "White Mold",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/32f54/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:38.783554+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 32F54
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.2
- **Trait(s):** XtendFlex
- **Source:** https://proharvestseeds.com/seed/32f54/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Tall
- **Canopy/Plant Type:** Medium-Bush
- **Branching Habit:** Branchy
- **Flower Color:** Purple
- **Hilum Color:** Imp. Black
- **Pod Color:** Brown
- **Pubescence:** Gray
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Standability:** 8
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** 7.5
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1c & 3a
- **No-Till Adaptability:** 8
## Disease Ratings
- **Overall Disease Rating:** 7.5
- **Brown Stem Rot:** 10
- **Root Knot:** NA
- **Frogeye Leaf Spot:** 6
- **Stem Canker:** 10
- **Iron Chlorosis:** 6
- **Phytophthora Field Resistance:** 1c & 3a
- **SDS Tolerance:** 7
- **White Mold:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-35c56s",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "35C56S",
"product_id": "35C56S",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.5,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Branchy"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Brown"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "6.5"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "7"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c"
},
{
"characteristic": "No-Till Adaptability",
"value": "8"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7.5"
},
{
"characteristic": "Brown Stem Rot",
"value": "4"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "8"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1c"
},
{
"characteristic": "SDS Tolerance",
"value": "6"
},
{
"characteristic": "White Mold",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/35c56s/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:44.814437+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 35C56S
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.5
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/35c56s/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium-Tall
- **Canopy/Plant Type:** Medium-Bush
- **Branching Habit:** Branchy
- **Flower Color:** Purple
- **Hilum Color:** Brown
- **Pod Color:** Brown
- **Pubescence:** Light Tawny
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Standability:** 6.5
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** 7
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1c
- **No-Till Adaptability:** 8
## Disease Ratings
- **Overall Disease Rating:** 7.5
- **Brown Stem Rot:** 4
- **Root Knot:** NA
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** 10
- **Iron Chlorosis:** 8
- **Phytophthora Field Resistance:** 1c
- **SDS Tolerance:** 6
- **White Mold:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-35e52",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "35E52",
"product_id": "35E52",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.5,
"wheat_class": null,
"trait_stack": [
"Enlist E3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium"
},
{
"characteristic": "Branching Habit",
"value": "Medium"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Brown"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "42.74"
},
{
"characteristic": "Oil",
"value": "21.99"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "8"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1k"
},
{
"characteristic": "No-Till Adaptability",
"value": "8"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "8.5"
},
{
"characteristic": "Brown Stem Rot",
"value": "NA"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "8"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "NA"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1k"
},
{
"characteristic": "SDS Tolerance",
"value": "8"
},
{
"characteristic": "White Mold",
"value": "9"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/35e52/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:53.786778+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 35E52
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.5
- **Trait(s):** Enlist E3
- **Source:** https://proharvestseeds.com/seed/35e52/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium
- **Canopy/Plant Type:** Medium
- **Branching Habit:** Medium
- **Flower Color:** Purple
- **Hilum Color:** Brown
- **Pod Color:** Brown
- **Pubescence:** Light Tawny
- **Protein:** 42.74
- **Oil:** 21.99
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Standability:** 8
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** 8
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1k
- **No-Till Adaptability:** 8
## Disease Ratings
- **Overall Disease Rating:** 8.5
- **Brown Stem Rot:** NA
- **Root Knot:** NA
- **Frogeye Leaf Spot:** 8
- **Stem Canker:** 10
- **Iron Chlorosis:** NA
- **Phytophthora Field Resistance:** 1k
- **SDS Tolerance:** 8
- **White Mold:** 9
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-36f58",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "36F58",
"product_id": "36F58",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.6,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Medium-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Branchy"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Imp. Black"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Standability",
"value": "8"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "7.5"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c"
},
{
"characteristic": "No-Till Adaptability",
"value": "8"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Brown Stem Rot",
"value": "NA"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "6"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "6"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1c"
},
{
"characteristic": "SDS Tolerance",
"value": "7"
},
{
"characteristic": "White Mold",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/36f58/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:40.275497+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 36F58
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.6
- **Trait(s):** XtendFlex
- **Source:** https://proharvestseeds.com/seed/36f58/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium-Tall
- **Canopy/Plant Type:** Medium-Bush
- **Branching Habit:** Branchy
- **Flower Color:** Purple
- **Hilum Color:** Imp. Black
- **Pod Color:** Brown
- **Pubescence:** Gray
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Standability:** 8
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** 7.5
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1c
- **No-Till Adaptability:** 8
## Disease Ratings
- **Overall Disease Rating:** 7
- **Brown Stem Rot:** NA
- **Root Knot:** NA
- **Frogeye Leaf Spot:** 6
- **Stem Canker:** 10
- **Iron Chlorosis:** 6
- **Phytophthora Field Resistance:** 1c
- **SDS Tolerance:** 7
- **White Mold:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-37c13s",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "37C13S",
"product_id": "37C13S",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.7,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Med-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Medium"
},
{
"characteristic": "Flower Color",
"value": "Purple"
},
{
"characteristic": "Hilum Color",
"value": "Black"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Light Tawny"
},
{
"characteristic": "Protein",
"value": "NA"
},
{
"characteristic": "Oil",
"value": "NA"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Standability",
"value": "Excellent"
},
{
"characteristic": "Shatter Resistance",
"value": "Excellent"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "None"
},
{
"characteristic": "No-Till Adaptability",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "9"
},
{
"characteristic": "Brown Stem Rot",
"value": "Very Good"
},
{
"characteristic": "Root Knot",
"value": "NA"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "8"
},
{
"characteristic": "Stem Canker",
"value": "9"
},
{
"characteristic": "Iron Chlorosis",
"value": "9"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "None"
},
{
"characteristic": "SDS Tolerance",
"value": "Excellent"
},
{
"characteristic": "White Mold",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/37c13s/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:02.759484+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 37C13S
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.7
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/37c13s/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Medium
- **Canopy/Plant Type:** Med-Bush
- **Branching Habit:** Medium
- **Flower Color:** Purple
- **Hilum Color:** Black
- **Pod Color:** Brown
- **Pubescence:** Light Tawny
- **Protein:** NA
- **Oil:** NA
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Standability:** Excellent
- **Shatter Resistance:** Excellent
- **Stress Tolerance:** Very Good
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** None
- **No-Till Adaptability:** Excellent
## Disease Ratings
- **Overall Disease Rating:** 9
- **Brown Stem Rot:** Very Good
- **Root Knot:** NA
- **Frogeye Leaf Spot:** 8
- **Stem Canker:** 9
- **Iron Chlorosis:** 9
- **Phytophthora Field Resistance:** None
- **SDS Tolerance:** Excellent
- **White Mold:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+218
View File
@@ -0,0 +1,218 @@
{
"source": "proharvest",
"source_key": "proharvest-38f46",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "38F46",
"product_id": "38F46",
"crop": "soybeans",
"release_year": null,
"relative_maturity": null,
"maturity_group": 3.8,
"wheat_class": null,
"trait_stack": [
"XtendFlex"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Tall"
},
{
"characteristic": "Canopy/Plant Type",
"value": "Med-Bush"
},
{
"characteristic": "Branching Habit",
"value": "Branchy"
},
{
"characteristic": "Flower Color",
"value": "White"
},
{
"characteristic": "Hilum Color",
"value": "Buff"
},
{
"characteristic": "Pod Color",
"value": "Brown"
},
{
"characteristic": "Pubescence",
"value": "Gray"
},
{
"characteristic": "Protein",
"value": "39.50%"
},
{
"characteristic": "Oil",
"value": "22.60%"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Standability",
"value": "Very Good"
},
{
"characteristic": "Shatter Resistance",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "SCN Resistance Source",
"value": "PI88788"
},
{
"characteristic": "Phytophthora Resistance Source",
"value": "1c"
},
{
"characteristic": "No-Till Adaptability",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Brown Stem Rot",
"value": "NA"
},
{
"characteristic": "Root Knot",
"value": "4"
},
{
"characteristic": "Frogeye Leaf Spot",
"value": "NA"
},
{
"characteristic": "Stem Canker",
"value": "10"
},
{
"characteristic": "Iron Chlorosis",
"value": "7"
},
{
"characteristic": "Phytophthora Field Resistance",
"value": "1c"
},
{
"characteristic": "SDS Tolerance",
"value": "Very Good"
},
{
"characteristic": "White Mold",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "R"
},
{
"characteristic": "30\" Medium",
"value": "HR"
},
{
"characteristic": "30\" High",
"value": "R"
},
{
"characteristic": "15\" Low",
"value": "NR"
},
{
"characteristic": "15\" Medium",
"value": "HR"
},
{
"characteristic": "15\" High",
"value": "R"
},
{
"characteristic": "7.5\" Low",
"value": "NR"
},
{
"characteristic": "7.5\" Medium",
"value": "NR"
},
{
"characteristic": "7.5\" High",
"value": "R"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/38f46/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:01.296320+00:00",
"scraper_version": "0.1.0"
}
+66
View File
@@ -0,0 +1,66 @@
# 38F46
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Soybeans
- **Maturity group:** 3.8
- **Trait(s):** XtendFlex
- **Source:** https://proharvestseeds.com/seed/38f46/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Tall
- **Canopy/Plant Type:** Med-Bush
- **Branching Habit:** Branchy
- **Flower Color:** White
- **Hilum Color:** Buff
- **Pod Color:** Brown
- **Pubescence:** Gray
- **Protein:** 39.50%
- **Oil:** 22.60%
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Standability:** Very Good
- **Shatter Resistance:** Very Good
- **Stress Tolerance:** Very Good
- **SCN Resistance Source:** PI88788
- **Phytophthora Resistance Source:** 1c
- **No-Till Adaptability:** Excellent
## Disease Ratings
- **Overall Disease Rating:** 7
- **Brown Stem Rot:** NA
- **Root Knot:** 4
- **Frogeye Leaf Spot:** NA
- **Stem Canker:** 10
- **Iron Chlorosis:** 7
- **Phytophthora Field Resistance:** 1c
- **SDS Tolerance:** Very Good
- **White Mold:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Recommended Seeding Rates
- **30" Low:** R
- **30" Medium:** HR
- **30" High:** R
- **15" Low:** NR
- **15" Medium:** HR
- **15" High:** R
- **7.5" Low:** NR
- **7.5" Medium:** NR
- **7.5" High:** R
+294
View File
@@ -0,0 +1,294 @@
{
"source": "proharvest",
"source_key": "proharvest-4255-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "4255",
"product_id": "4255",
"crop": "corn",
"release_year": null,
"relative_maturity": 92,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"Roundup Ready 2",
"SmartStax RIB Complete",
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1240"
},
{
"characteristic": "GDD Black Layer",
"value": "2310"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Pink"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "7"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Yes"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "7"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/4255-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:58.260791+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 4255
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 92 days
- **Trait(s):** Conventional, Roundup Ready 2, SmartStax RIB Complete, VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/4255-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1240
- **GDD Black Layer:** 2310
- **Pollination for Maturity:** Average
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Pink
- **Test Weight:** Very Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** 8
- **Root Strength:** 8
- **Green Snap:** 7
- **Stay Green:** Good
- **Dry Down:** Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Yes
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** 8
- **Common Rust:** 7
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-4340",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "4340",
"product_id": "4340",
"crop": "corn",
"release_year": null,
"relative_maturity": 93,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1235"
},
{
"characteristic": "GDD Black Layer",
"value": "2310"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Seedling Vigor",
"value": "Excellent"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Yes"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "R"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/4340/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:37.288653+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 4340
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 93 days
- **Trait(s):** VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/4340/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1235
- **GDD Black Layer:** 2310
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Seedling Vigor:** Excellent
- **Stalk Strength:** 8
- **Root Strength:** 8
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Yes
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** NA
- **Common Rust:** 8
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** R
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-4511-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "4511",
"product_id": "4511",
"crop": "corn",
"release_year": null,
"relative_maturity": 95,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Roundup Ready 2"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1245"
},
{
"characteristic": "GDD Black Layer",
"value": "2565"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium-Short"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-Low"
},
{
"characteristic": "Ear Type",
"value": "Determinate"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Good"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "7"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Excellent"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Yes"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "NA"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/4511-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:40.307184+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 4511
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 95 days
- **Trait(s):** Roundup Ready 2
- **Source:** https://proharvestseeds.com/seed/4511-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1245
- **GDD Black Layer:** 2565
- **Pollination for Maturity:** Average
- **Plant Height:** Medium-Short
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-Low
- **Ear Type:** Determinate
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Very Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Good
- **Seedling Vigor:** Good
- **Stalk Strength:** 8
- **Root Strength:** 8
- **Green Snap:** 7
- **Stay Green:** Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Excellent
- **Delayed Harvest:** Good
- **Response to Fungicide:** Yes
- **Corn After Corn:** Very Good
- **Silage:** Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** NA
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** NA
- **Common Rust:** 8
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-4990-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "4990",
"product_id": "4990",
"crop": "corn",
"release_year": null,
"relative_maturity": 99,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1235"
},
{
"characteristic": "GDD Black Layer",
"value": "2410"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Short"
},
{
"characteristic": "Covercrop Companion",
"value": "Fair"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Very Good"
},
{
"characteristic": "Green Snap",
"value": "7"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Excellent"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "5"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "7"
},
{
"characteristic": "Physoderma",
"value": "7"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "R"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/4990-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:02.774763+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 4990
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 99 days
- **Trait(s):** VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/4990-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1235
- **GDD Black Layer:** 2410
- **Pollination for Maturity:** Average
- **Plant Height:** Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Very Good
- **Husk Coverage:** Short
- **Covercrop Companion:** Fair
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Very Good
- **Root Strength:** Very Good
- **Green Snap:** 7
- **Stay Green:** Good
- **Dry Down:** Excellent
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** 5
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** 7
- **Physoderma:** 7
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** R
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-53p20-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "53P20",
"product_id": "53P20",
"crop": "corn",
"release_year": null,
"relative_maturity": 83,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Roundup Ready 2"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1140"
},
{
"characteristic": "GDD Black Layer",
"value": "2100"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "9"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Good"
},
{
"characteristic": "Corn After Corn",
"value": "Excellent"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/53p20-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:55.306289+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 53P20
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 83 days
- **Trait(s):** Roundup Ready 2
- **Source:** https://proharvestseeds.com/seed/53p20-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1140
- **GDD Black Layer:** 2100
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** 9
- **Root Strength:** 8
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Good
- **Corn After Corn:** Excellent
- **Silage:** Good
## Disease Ratings
- **Overall Disease Rating:** 7
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** 8
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-57p17",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "57P17",
"product_id": "57P17",
"crop": "corn",
"release_year": null,
"relative_maturity": 87,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1190"
},
{
"characteristic": "GDD Black Layer",
"value": "2260"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Seedling Vigor",
"value": "Excellent"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "7"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/57p17/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:56.769759+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 57P17
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 87 days
- **Trait(s):** VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/57p17/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1190
- **GDD Black Layer:** 2260
- **Pollination for Maturity:** Average
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Seedling Vigor:** Excellent
- **Stalk Strength:** 8
- **Root Strength:** 7
- **Green Snap:** 8
- **Stay Green:** Good
- **Dry Down:** Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** 8
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+292
View File
@@ -0,0 +1,292 @@
{
"source": "proharvest",
"source_key": "proharvest-64p24",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "64P24",
"product_id": "64P24",
"crop": "corn",
"release_year": null,
"relative_maturity": 94,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SmartStax RIB Complete",
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1205"
},
{
"characteristic": "GDD Black Layer",
"value": "2350"
},
{
"characteristic": "Pollination for Maturity",
"value": "Early"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "14-16"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Short"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "7"
},
{
"characteristic": "Root Strength",
"value": "7"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Average"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6"
},
{
"characteristic": "Grey Leaf Spot",
"value": "6"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "6"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/64p24/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:38.826383+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 64P24
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 94 days
- **Trait(s):** SmartStax RIB Complete, VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/64p24/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1205
- **GDD Black Layer:** 2350
- **Pollination for Maturity:** Early
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 14-16
- **Cob Color:** Red
- **Test Weight:** Very Good
- **Husk Coverage:** Short
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** 7
- **Root Strength:** 7
- **Green Snap:** 8
- **Stay Green:** Average
- **Dry Down:** Very Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Good
## Disease Ratings
- **Overall Disease Rating:** 6
- **Grey Leaf Spot:** 6
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 6
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-66p50",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "66P50",
"product_id": "66P50",
"crop": "corn",
"release_year": null,
"relative_maturity": 96,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"PowerCore"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1265"
},
{
"characteristic": "GDD Black Layer",
"value": "2395"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-High"
},
{
"characteristic": "Ear Type",
"value": "Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Poor"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "7"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "7"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "7"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-30"
},
{
"characteristic": "30\" Medium",
"value": "31-32"
},
{
"characteristic": "30\" High",
"value": "33-34"
},
{
"characteristic": "Narrow Low",
"value": "31-32"
},
{
"characteristic": "Narrow Medium",
"value": "33-34"
},
{
"characteristic": "Narrow High",
"value": "35-36"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/66p50/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:05.821042+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 66P50
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 96 days
- **Trait(s):** PowerCore
- **Source:** https://proharvestseeds.com/seed/66p50/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1265
- **GDD Black Layer:** 2395
- **Pollination for Maturity:** Average
- **Plant Height:** Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-High
- **Ear Type:** Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Poor
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** 8
- **Root Strength:** 7
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Excellent
## Disease Ratings
- **Overall Disease Rating:** 7.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** 7
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** 7
- **Physoderma:** NA
- **Tar Spot:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-30
- **30" Medium:** 31-32
- **30" High:** 33-34
- **Narrow Low:** 31-32
- **Narrow Medium:** 33-34
- **Narrow High:** 35-36
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-6872",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "6872",
"product_id": "6872",
"crop": "corn",
"release_year": null,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1243"
},
{
"characteristic": "GDD Black Layer",
"value": "2449"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Pink"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "7"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "7"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "5"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "5"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "7"
},
{
"characteristic": "Physoderma",
"value": "5"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/6872/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:23.804407+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 6872
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/6872/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1243
- **GDD Black Layer:** 2449
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Pink
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** 7
- **Root Strength:** 8
- **Green Snap:** 8
- **Stay Green:** Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** 7
- **Common Rust:** NA
- **Southern Rust:** 5
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 5
- **Diplodia Ear Rot:** 7
- **Physoderma:** 5
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-6893-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "6893",
"product_id": "6893",
"crop": "corn",
"release_year": null,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Duracade Viptera"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1315"
},
{
"characteristic": "GDD Black Layer",
"value": "2600"
},
{
"characteristic": "Pollination for Maturity",
"value": "Early"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-Low"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Pink"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Seedling Vigor",
"value": "Excellent"
},
{
"characteristic": "Stalk Strength",
"value": "Good"
},
{
"characteristic": "Root Strength",
"value": "Good"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Excellent"
},
{
"characteristic": "Stress Tolerance",
"value": "Excellent"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Excellent"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "6"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "9"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-30"
},
{
"characteristic": "30\" Medium",
"value": "31-32"
},
{
"characteristic": "30\" High",
"value": "32-33"
},
{
"characteristic": "Narrow Low",
"value": "30-31"
},
{
"characteristic": "Narrow Medium",
"value": "32-33"
},
{
"characteristic": "Narrow High",
"value": "33-34"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/6893-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:13.258704+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 6893
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** Duracade Viptera
- **Source:** https://proharvestseeds.com/seed/6893-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1315
- **GDD Black Layer:** 2600
- **Pollination for Maturity:** Early
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-Low
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Pink
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Seedling Vigor:** Excellent
- **Stalk Strength:** Good
- **Root Strength:** Good
- **Green Snap:** 8
- **Stay Green:** Good
- **Dry Down:** Excellent
- **Stress Tolerance:** Excellent
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Excellent
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 7
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** 8
- **Common Rust:** 6
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 9
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-30
- **30" Medium:** 31-32
- **30" High:** 32-33
- **Narrow Low:** 30-31
- **Narrow Medium:** 32-33
- **Narrow High:** 33-34
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-69p79-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "69P79",
"product_id": "69P79",
"crop": "corn",
"release_year": null,
"relative_maturity": 99,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Trecepta RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1260"
},
{
"characteristic": "GDD Black Layer",
"value": "2450"
},
{
"characteristic": "Pollination for Maturity",
"value": "Late"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Very Good"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "5"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/69p79-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:01.281860+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 69P79
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 99 days
- **Trait(s):** Trecepta RIB Complete
- **Source:** https://proharvestseeds.com/seed/69p79-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1260
- **GDD Black Layer:** 2450
- **Pollination for Maturity:** Late
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Very Good
- **Root Strength:** Very Good
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Excellent
## Disease Ratings
- **Overall Disease Rating:** 7
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 5
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+293
View File
@@ -0,0 +1,293 @@
{
"source": "proharvest",
"source_key": "proharvest-71p16-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "71P16",
"product_id": "71P16",
"crop": "corn",
"release_year": null,
"relative_maturity": 101,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"SmartStax RIB Complete",
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1260"
},
{
"characteristic": "GDD Black Layer",
"value": "2510"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "18-20"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Very Good"
},
{
"characteristic": "Green Snap",
"value": "7"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Excellent"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-36"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/71p16-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:04.272278+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 71P16
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 101 days
- **Trait(s):** Conventional, SmartStax RIB Complete, VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/71p16-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1260
- **GDD Black Layer:** 2510
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 18-20
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Good
- **Seedling Vigor:** Good
- **Stalk Strength:** Very Good
- **Root Strength:** Very Good
- **Green Snap:** 7
- **Stay Green:** Good
- **Dry Down:** Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Excellent
- **Corn After Corn:** Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 7
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** NA
- **Common Rust:** 8
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-36
+243
View File
@@ -0,0 +1,243 @@
{
"source": "proharvest",
"source_key": "proharvest-71p22",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "71P22",
"product_id": "71P22",
"crop": "corn",
"release_year": null,
"relative_maturity": 101,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"PowerCore"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1250"
},
{
"characteristic": "GDD Black Layer",
"value": "2530"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Excellent"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "N/A"
},
{
"characteristic": "Common Rust",
"value": "N/A"
},
{
"characteristic": "Southern Rust",
"value": "N/A"
},
{
"characteristic": "Eye Spot",
"value": "N/A"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "N/A"
},
{
"characteristic": "Physoderma",
"value": "N/A"
},
{
"characteristic": "Tar Spot",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/71p22/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:53.793697+00:00",
"scraper_version": "0.1.0"
}
+72
View File
@@ -0,0 +1,72 @@
# 71P22
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 101 days
- **Trait(s):** Conventional, PowerCore
- **Source:** https://proharvestseeds.com/seed/71p22/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1250
- **GDD Black Layer:** 2530
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stay Green:** Good
- **Dry Down:** Good
- **Stress Tolerance:** Excellent
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Good
## Disease Ratings
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** N/A
- **Common Rust:** N/A
- **Southern Rust:** N/A
- **Eye Spot:** N/A
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** N/A
- **Physoderma:** N/A
- **Tar Spot:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
@@ -0,0 +1,205 @@
{
"source": "proharvest",
"source_key": "proharvest-71p50-staxpro",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "71P50",
"product_id": "71P50",
"crop": "corn",
"release_year": null,
"relative_maturity": 101,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SmartStax PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1361"
},
{
"characteristic": "GDD Black Layer",
"value": "2655"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Determinate"
},
{
"characteristic": "Kernel Rows",
"value": "14-16"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "7"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/71p50-staxpro/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:55.329674+00:00",
"scraper_version": "0.1.0"
}
@@ -0,0 +1,61 @@
# 71P50
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 101 days
- **Trait(s):** SmartStax PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/71p50-staxpro/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1361
- **GDD Black Layer:** 2655
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Determinate
- **Kernel Rows:** 14-16
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** 8
- **Root Strength:** 7
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Very Good
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-72p32",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "72P32",
"product_id": "72P32",
"crop": "corn",
"release_year": null,
"relative_maturity": 102,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Duracade"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1300"
},
{
"characteristic": "GDD Black Layer",
"value": "2475"
},
{
"characteristic": "Pollination for Maturity",
"value": "Late"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-Low"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "8.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "9"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "9"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/72p32/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:19.324575+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 72P32
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 102 days
- **Trait(s):** Duracade
- **Source:** https://proharvestseeds.com/seed/72p32/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1300
- **GDD Black Layer:** 2475
- **Pollination for Maturity:** Late
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-Low
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Very Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** 8
- **Root Strength:** 8
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 8.5
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** 9
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 9
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-73p40-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "73P40",
"product_id": "73P40",
"crop": "corn",
"release_year": null,
"relative_maturity": 103,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1275"
},
{
"characteristic": "GDD Black Layer",
"value": "2575"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Excellent"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Good"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "8"
},
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/73p40-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:05.783361+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 73P40
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 103 days
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/73p40-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1275
- **GDD Black Layer:** 2575
- **Pollination for Maturity:** Average
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Excellent
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Very Good
- **Root Strength:** Good
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Excellent
## Disease Ratings
- **Overall Disease Rating:** 8
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+243
View File
@@ -0,0 +1,243 @@
{
"source": "proharvest",
"source_key": "proharvest-74p10",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "74P10",
"product_id": "74P10",
"crop": "corn",
"release_year": null,
"relative_maturity": 104,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"PowerCore"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1250"
},
{
"characteristic": "GDD Black Layer",
"value": "2570"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Excellent"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/74p10/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:52.276396+00:00",
"scraper_version": "0.1.0"
}
+72
View File
@@ -0,0 +1,72 @@
# 74P10
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 104 days
- **Trait(s):** Conventional, PowerCore
- **Source:** https://proharvestseeds.com/seed/74p10/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1250
- **GDD Black Layer:** 2570
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stay Green:** Very Good
- **Dry Down:** Good
- **Stress Tolerance:** Excellent
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Excellent
## Disease Ratings
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
+292
View File
@@ -0,0 +1,292 @@
{
"source": "proharvest",
"source_key": "proharvest-75p85-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "75P85",
"product_id": "75P85",
"crop": "corn",
"release_year": null,
"relative_maturity": 105,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"DroughtGard VT Double Pro RIB",
"SmartStax RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1290"
},
{
"characteristic": "GDD Black Layer",
"value": "2605"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Good"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Excellent"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "5"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "5"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "HR"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-36"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/75p85-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:07.251564+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 75P85
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 105 days
- **Trait(s):** DroughtGard VT Double Pro RIB, SmartStax RIB Complete
- **Source:** https://proharvestseeds.com/seed/75p85-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1290
- **GDD Black Layer:** 2605
- **Pollination for Maturity:** Average
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Very Good
- **Root Strength:** Good
- **Green Snap:** 8
- **Stay Green:** Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Excellent
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 5
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 5
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** HR
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-36
+292
View File
@@ -0,0 +1,292 @@
{
"source": "proharvest",
"source_key": "proharvest-76p42",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "76P42",
"product_id": "76P42",
"crop": "corn",
"release_year": null,
"relative_maturity": 106,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"PowerCore"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1339"
},
{
"characteristic": "GDD Black Layer",
"value": "2258"
},
{
"characteristic": "Pollination for Maturity",
"value": "Late"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Pink"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Good"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "8"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "8"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/76p42/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:58.324316+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 76P42
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 106 days
- **Trait(s):** Conventional, PowerCore
- **Source:** https://proharvestseeds.com/seed/76p42/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1339
- **GDD Black Layer:** 2258
- **Pollination for Maturity:** Late
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Pink
- **Test Weight:** Very Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Good
- **Seedling Vigor:** Good
- **Stalk Strength:** 8
- **Root Strength:** 8
- **Green Snap:** 8
- **Stay Green:** Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 8
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** 8
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** 8
- **Physoderma:** NA
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-77p19-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "77P19",
"product_id": "77P19",
"crop": "corn",
"release_year": null,
"relative_maturity": 107,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1335"
},
{
"characteristic": "GDD Black Layer",
"value": "2670"
},
{
"characteristic": "Pollination for Maturity",
"value": "Late"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Excellent"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Good"
},
{
"characteristic": "Green Snap",
"value": "7"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Excellent"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-30"
},
{
"characteristic": "30\" Medium",
"value": "31-32"
},
{
"characteristic": "30\" High",
"value": "32-33"
},
{
"characteristic": "Narrow Low",
"value": "30-31"
},
{
"characteristic": "Narrow Medium",
"value": "32-33"
},
{
"characteristic": "Narrow High",
"value": "33-34"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/77p19-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:08.776149+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 77P19
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 107 days
- **Trait(s):** VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/77p19-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1335
- **GDD Black Layer:** 2670
- **Pollination for Maturity:** Late
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Very Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Excellent
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Very Good
- **Root Strength:** Good
- **Green Snap:** 7
- **Stay Green:** Good
- **Dry Down:** Excellent
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Very Good
## Disease Ratings
- **Overall Disease Rating:** 7
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-30
- **30" Medium:** 31-32
- **30" High:** 32-33
- **Narrow Low:** 30-31
- **Narrow Medium:** 32-33
- **Narrow High:** 33-34
+242
View File
@@ -0,0 +1,242 @@
{
"source": "proharvest",
"source_key": "proharvest-77p25",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "77P25",
"product_id": "77P25",
"crop": "corn",
"release_year": null,
"relative_maturity": 107,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT4Pro RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1288"
},
{
"characteristic": "GDD Black Layer",
"value": "2520"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "18-20"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Emergence",
"value": "Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Good"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "9"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "7"
},
{
"characteristic": "Eye Spot",
"value": "8"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "9"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "8"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/77p25/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:50.793384+00:00",
"scraper_version": "0.1.0"
}
+72
View File
@@ -0,0 +1,72 @@
# 77P25
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 107 days
- **Trait(s):** VT4Pro RIB Complete
- **Source:** https://proharvestseeds.com/seed/77p25/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1288
- **GDD Black Layer:** 2520
- **Pollination for Maturity:** Average
- **Plant Height:** Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 18-20
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Emergence:** Good
- **Seedling Vigor:** Good
- **Stay Green:** Good
- **Dry Down:** Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** 9
- **Common Rust:** 8
- **Southern Rust:** 7
- **Eye Spot:** 8
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 9
- **Diplodia Ear Rot:** 8
- **Physoderma:** NA
- **Tar Spot:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-77p44-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "77P44",
"product_id": "77P44",
"crop": "corn",
"release_year": null,
"relative_maturity": 107,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SmartStax Pro RIB"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1281"
},
{
"characteristic": "GDD Black Layer",
"value": "2524"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Determinate"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Very Good"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Average"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "No"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "6"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "7"
},
{
"characteristic": "Eye Spot",
"value": "8"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "6"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "7"
},
{
"characteristic": "Physoderma",
"value": "8"
},
{
"characteristic": "Tar Spot",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "R"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/77p44-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:10.278356+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 77P44
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 107 days
- **Trait(s):** SmartStax Pro RIB
- **Source:** https://proharvestseeds.com/seed/77p44-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1281
- **GDD Black Layer:** 2524
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Determinate
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Very Good
- **Root Strength:** Very Good
- **Green Snap:** 8
- **Stay Green:** Average
- **Dry Down:** Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** No
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 6
- **Southern Leaf Blight:** 8
- **Common Rust:** 8
- **Southern Rust:** 7
- **Eye Spot:** 8
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 6
- **Diplodia Ear Rot:** 7
- **Physoderma:** 8
- **Tar Spot:** 6
## Soil Adaptability
- **Light Soils:** R
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-77p60",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "77P60",
"product_id": "77P60",
"crop": "corn",
"release_year": null,
"relative_maturity": 107,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SmartStax RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1320"
},
{
"characteristic": "GDD Black Layer",
"value": "2610"
},
{
"characteristic": "Pollination for Maturity",
"value": "Medium-Late"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Determinate"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Good"
},
{
"characteristic": "Stalk Strength",
"value": "7"
},
{
"characteristic": "Root Strength",
"value": "7"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "9"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "7"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-33"
},
{
"characteristic": "30\" Medium",
"value": "32-35"
},
{
"characteristic": "30\" High",
"value": "34-37"
},
{
"characteristic": "Narrow Low",
"value": "32-35"
},
{
"characteristic": "Narrow Medium",
"value": "34-37"
},
{
"characteristic": "Narrow High",
"value": "36-39"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/77p60/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:20.784536+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 77P60
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 107 days
- **Trait(s):** SmartStax RIB Complete
- **Source:** https://proharvestseeds.com/seed/77p60/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1320
- **GDD Black Layer:** 2610
- **Pollination for Maturity:** Medium-Late
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-High
- **Ear Type:** Semi-Determinate
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Good
- **Seedling Vigor:** Good
- **Stalk Strength:** 7
- **Root Strength:** 7
- **Green Snap:** 8
- **Stay Green:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Good
## Disease Ratings
- **Overall Disease Rating:** 7.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 9
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 7
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-33
- **30" Medium:** 32-35
- **30" High:** 34-37
- **Narrow Low:** 32-35
- **Narrow Medium:** 34-37
- **Narrow High:** 36-39
+238
View File
@@ -0,0 +1,238 @@
{
"source": "proharvest",
"source_key": "proharvest-78p30",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "78P30",
"product_id": "78P30",
"crop": "corn",
"release_year": null,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"VT Double PRO RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1287"
},
{
"characteristic": "GDD Black Layer",
"value": "2580"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "6"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "6"
},
{
"characteristic": "Eye Spot",
"value": "8"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "8"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/78p30/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:49.316636+00:00",
"scraper_version": "0.1.0"
}
+71
View File
@@ -0,0 +1,71 @@
# 78P30
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** VT Double PRO RIB Complete
- **Source:** https://proharvestseeds.com/seed/78p30/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1287
- **GDD Black Layer:** 2580
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Dry Down:** Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Good
## Disease Ratings
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 6
- **Southern Leaf Blight:** 8
- **Common Rust:** 8
- **Southern Rust:** 6
- **Eye Spot:** 8
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** 8
- **Physoderma:** NA
- **Tar Spot:** 6
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-78p70-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "78P70",
"product_id": "78P70",
"crop": "corn",
"release_year": null,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1330"
},
{
"characteristic": "GDD Black Layer",
"value": "2745"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "White"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Very Good"
},
{
"characteristic": "Root Strength",
"value": "Very Good"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "7"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "7"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "NA"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "R"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/78p70-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:14.749530+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 78P70
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/78p70-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1330
- **GDD Black Layer:** 2745
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-18
- **Cob Color:** White
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Very Good
- **Root Strength:** Very Good
- **Green Snap:** 8
- **Stay Green:** Good
- **Dry Down:** Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Good
## Disease Ratings
- **Overall Disease Rating:** 7
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** NA
- **Common Rust:** 7
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** NA
## Soil Adaptability
- **Light Soils:** R
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+239
View File
@@ -0,0 +1,239 @@
{
"source": "proharvest",
"source_key": "proharvest-78p95",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "78P95",
"product_id": "78P95",
"crop": "corn",
"release_year": null,
"relative_maturity": 108,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional",
"PowerCore"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1366"
},
{
"characteristic": "GDD Black Layer",
"value": "2540"
},
{
"characteristic": "Pollination for Maturity",
"value": "Late"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-20"
},
{
"characteristic": "Cob Color",
"value": "White"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "7"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "7"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/78p95/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:47.837213+00:00",
"scraper_version": "0.1.0"
}
+71
View File
@@ -0,0 +1,71 @@
# 78P95
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 108 days
- **Trait(s):** Conventional, PowerCore
- **Source:** https://proharvestseeds.com/seed/78p95/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1366
- **GDD Black Layer:** 2540
- **Pollination for Maturity:** Late
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 16-20
- **Cob Color:** White
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Good
- **Corn After Corn:** Very Good
- **Silage:** Very Good
## Disease Ratings
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** 8
- **Common Rust:** 8
- **Southern Rust:** 7
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** 7
- **Physoderma:** NA
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
+238
View File
@@ -0,0 +1,238 @@
{
"source": "proharvest",
"source_key": "proharvest-79p15",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "79P15",
"product_id": "79P15",
"crop": "corn",
"release_year": null,
"relative_maturity": 109,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Viptera"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1465"
},
{
"characteristic": "GDD Black Layer",
"value": "2660"
},
{
"characteristic": "Pollination for Maturity",
"value": "Late"
},
{
"characteristic": "Plant Height",
"value": "Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "14-16"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Very Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Very Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "8"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "8"
},
{
"characteristic": "Stalk Anthracnose",
"value": "NA"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/79p15/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:29:46.344388+00:00",
"scraper_version": "0.1.0"
}
+71
View File
@@ -0,0 +1,71 @@
# 79P15
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 109 days
- **Trait(s):** Viptera
- **Source:** https://proharvestseeds.com/seed/79p15/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1465
- **GDD Black Layer:** 2660
- **Pollination for Maturity:** Late
- **Plant Height:** Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 14-16
- **Cob Color:** Red
- **Test Weight:** Good
- **Husk Coverage:** Very Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Very Good
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Very Good
- **Silage:** Good
## Disease Ratings
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** 8
- **Common Rust:** NA
- **Southern Rust:** 8
- **Eye Spot:** NA
- **Goss's Wilt:** 8
- **Stalk Anthracnose:** NA
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-79p37-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "79P37",
"product_id": "79P37",
"crop": "corn",
"release_year": null,
"relative_maturity": 109,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Trecepta RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1365"
},
{
"characteristic": "GDD Black Layer",
"value": "2757"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Med-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Flex"
},
{
"characteristic": "Kernel Rows",
"value": "18-20"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Good"
},
{
"characteristic": "Stalk Strength",
"value": "7"
},
{
"characteristic": "Root Strength",
"value": "8"
},
{
"characteristic": "Green Snap",
"value": "7"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Very Good"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "7"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "7"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "8"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "5"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "R"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/79p37-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:25.318817+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 79P37
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 109 days
- **Trait(s):** Trecepta RIB Complete
- **Source:** https://proharvestseeds.com/seed/79p37-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1365
- **GDD Black Layer:** 2757
- **Pollination for Maturity:** Average
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Med-High
- **Ear Type:** Semi-Flex
- **Kernel Rows:** 18-20
- **Cob Color:** Red
- **Test Weight:** Very Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Good
- **Seedling Vigor:** Good
- **Stalk Strength:** 7
- **Root Strength:** 8
- **Green Snap:** 7
- **Stay Green:** Good
- **Dry Down:** Very Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Very Good
- **Corn After Corn:** Good
- **Silage:** Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 7
- **Northern Corn Leaf Blight:** 7
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 8
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 5
## Soil Adaptability
- **Light Soils:** R
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-79p54",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "79P54",
"product_id": "79P54",
"crop": "corn",
"release_year": null,
"relative_maturity": 109,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SmartStax Pro RIB"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1331"
},
{
"characteristic": "GDD Black Layer",
"value": "2620"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium"
},
{
"characteristic": "Ear Type",
"value": "Flex"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Very Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Emergence",
"value": "Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Good"
},
{
"characteristic": "Stalk Strength",
"value": "8"
},
{
"characteristic": "Root Strength",
"value": "7"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Good"
},
{
"characteristic": "Dry Down",
"value": "Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Good"
},
{
"characteristic": "Corn After Corn",
"value": "Very Good"
},
{
"characteristic": "Silage",
"value": "NA"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "8.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "8"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "9"
},
{
"characteristic": "Common Rust",
"value": "8"
},
{
"characteristic": "Southern Rust",
"value": "7"
},
{
"characteristic": "Eye Spot",
"value": "8"
},
{
"characteristic": "Goss's Wilt",
"value": "9"
},
{
"characteristic": "Stalk Anthracnose",
"value": "9"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "8"
},
{
"characteristic": "Physoderma",
"value": "9"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "HR"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "29-31"
},
{
"characteristic": "30\" Medium",
"value": "31-33"
},
{
"characteristic": "30\" High",
"value": "33-35"
},
{
"characteristic": "Narrow Low",
"value": "31-33"
},
{
"characteristic": "Narrow Medium",
"value": "33-35"
},
{
"characteristic": "Narrow High",
"value": "35-37"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/79p54/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:30:22.299242+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 79P54
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 109 days
- **Trait(s):** SmartStax Pro RIB
- **Source:** https://proharvestseeds.com/seed/79p54/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1331
- **GDD Black Layer:** 2620
- **Pollination for Maturity:** Average
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium
- **Ear Type:** Flex
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Very Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Emergence:** Good
- **Seedling Vigor:** Good
- **Stalk Strength:** 8
- **Root Strength:** 7
- **Green Snap:** 8
- **Stay Green:** Good
- **Dry Down:** Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Good
- **Response to Fungicide:** Good
- **Corn After Corn:** Very Good
- **Silage:** NA
## Disease Ratings
- **Overall Disease Rating:** 8.5
- **Grey Leaf Spot:** 8
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** 9
- **Common Rust:** 8
- **Southern Rust:** 7
- **Eye Spot:** 8
- **Goss's Wilt:** 9
- **Stalk Anthracnose:** 9
- **Diplodia Ear Rot:** 8
- **Physoderma:** 9
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** HR
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 29-31
- **30" Medium:** 31-33
- **30" High:** 33-35
- **Narrow Low:** 31-33
- **Narrow Medium:** 33-35
- **Narrow High:** 35-37
+292
View File
@@ -0,0 +1,292 @@
{
"source": "proharvest",
"source_key": "proharvest-79p72-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "79P72",
"product_id": "79P72",
"crop": "corn",
"release_year": null,
"relative_maturity": 109,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Duracade Viptera Z3",
"Viptera Z3"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1315"
},
{
"characteristic": "GDD Black Layer",
"value": "2650"
},
{
"characteristic": "Pollination for Maturity",
"value": "Average"
},
{
"characteristic": "Plant Height",
"value": "Medium-Tall"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Determinate"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Pink"
},
{
"characteristic": "Test Weight",
"value": "Good"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Excellent"
},
{
"characteristic": "Root Strength",
"value": "Excellent"
},
{
"characteristic": "Green Snap",
"value": "8"
},
{
"characteristic": "Stay Green",
"value": "Excellent"
},
{
"characteristic": "Dry Down",
"value": "Excellent"
},
{
"characteristic": "Stress Tolerance",
"value": "Excellent"
},
{
"characteristic": "Delayed Harvest",
"value": "Very Good"
},
{
"characteristic": "Response to Fungicide",
"value": "Fair"
},
{
"characteristic": "Corn After Corn",
"value": "Excellent"
},
{
"characteristic": "Silage",
"value": "Excellent"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "9"
},
{
"characteristic": "Grey Leaf Spot",
"value": "9"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "9"
},
{
"characteristic": "Southern Leaf Blight",
"value": "NA"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "NA"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "9"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "NA"
},
{
"characteristic": "Tar Spot",
"value": "8"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "R"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/79p72-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:16.244074+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 79P72
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 109 days
- **Trait(s):** Duracade Viptera Z3, Viptera Z3
- **Source:** https://proharvestseeds.com/seed/79p72-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1315
- **GDD Black Layer:** 2650
- **Pollination for Maturity:** Average
- **Plant Height:** Medium-Tall
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Determinate
- **Kernel Rows:** 16-18
- **Cob Color:** Pink
- **Test Weight:** Good
- **Husk Coverage:** Good
- **Covercrop Companion:** Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Excellent
- **Root Strength:** Excellent
- **Green Snap:** 8
- **Stay Green:** Excellent
- **Dry Down:** Excellent
- **Stress Tolerance:** Excellent
- **Delayed Harvest:** Very Good
- **Response to Fungicide:** Fair
- **Corn After Corn:** Excellent
- **Silage:** Excellent
## Disease Ratings
- **Overall Disease Rating:** 9
- **Grey Leaf Spot:** 9
- **Northern Corn Leaf Blight:** 9
- **Southern Leaf Blight:** NA
- **Common Rust:** NA
- **Southern Rust:** NA
- **Eye Spot:** NA
- **Goss's Wilt:** 9
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** NA
- **Physoderma:** NA
- **Tar Spot:** 8
## Soil Adaptability
- **Light Soils:** R
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+291
View File
@@ -0,0 +1,291 @@
{
"source": "proharvest",
"source_key": "proharvest-79p87-2",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "79P87",
"product_id": "79P87",
"crop": "corn",
"release_year": null,
"relative_maturity": 109,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"SmartStax RIB Complete"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "GDD Pollination",
"value": "1385"
},
{
"characteristic": "GDD Black Layer",
"value": "2728"
},
{
"characteristic": "Pollination for Maturity",
"value": "Late"
},
{
"characteristic": "Plant Height",
"value": "Medium"
},
{
"characteristic": "Leaf Type",
"value": "Semi-Upright"
},
{
"characteristic": "Ear Height",
"value": "Medium-High"
},
{
"characteristic": "Ear Type",
"value": "Semi-Determinate"
},
{
"characteristic": "Kernel Rows",
"value": "16-18"
},
{
"characteristic": "Cob Color",
"value": "Red"
},
{
"characteristic": "Test Weight",
"value": "Average"
},
{
"characteristic": "Husk Coverage",
"value": "Good"
},
{
"characteristic": "Covercrop Companion",
"value": "Very Good"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Emergence",
"value": "Very Good"
},
{
"characteristic": "Seedling Vigor",
"value": "Very Good"
},
{
"characteristic": "Stalk Strength",
"value": "Good"
},
{
"characteristic": "Root Strength",
"value": "Very Good"
},
{
"characteristic": "Green Snap",
"value": "6"
},
{
"characteristic": "Stay Green",
"value": "Average"
},
{
"characteristic": "Dry Down",
"value": "Very Good"
},
{
"characteristic": "Stress Tolerance",
"value": "Good"
},
{
"characteristic": "Delayed Harvest",
"value": "Average"
},
{
"characteristic": "Response to Fungicide",
"value": "Excellent"
},
{
"characteristic": "Corn After Corn",
"value": "Good"
},
{
"characteristic": "Silage",
"value": "Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "Overall Disease Rating",
"value": "6.5"
},
{
"characteristic": "Grey Leaf Spot",
"value": "6"
},
{
"characteristic": "Northern Corn Leaf Blight",
"value": "8"
},
{
"characteristic": "Southern Leaf Blight",
"value": "8"
},
{
"characteristic": "Common Rust",
"value": "NA"
},
{
"characteristic": "Southern Rust",
"value": "6"
},
{
"characteristic": "Eye Spot",
"value": "NA"
},
{
"characteristic": "Goss's Wilt",
"value": "7"
},
{
"characteristic": "Stalk Anthracnose",
"value": "7"
},
{
"characteristic": "Diplodia Ear Rot",
"value": "NA"
},
{
"characteristic": "Physoderma",
"value": "5"
},
{
"characteristic": "Tar Spot",
"value": "6"
}
]
},
{
"label": "SOIL ADAPTABILITY",
"items": [
{
"characteristic": "Light Soils",
"value": "R"
},
{
"characteristic": "Medium Soils",
"value": "HR"
},
{
"characteristic": "Heavy Soils",
"value": "HR"
},
{
"characteristic": "Poorly Drained Soils",
"value": "R"
}
]
},
{
"label": "NITROGEN APPLICATION/TIMING",
"items": [
{
"characteristic": "Corn/SB 100% Pre",
"value": "R"
},
{
"characteristic": "Corn/SB Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/SB Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Corn Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Corn Starter/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover 100% Pre",
"value": "NR"
},
{
"characteristic": "Corn/Cover Pre/Side",
"value": "HR"
},
{
"characteristic": "Corn/Cover Starter/Side",
"value": "HR"
}
]
},
{
"label": "RECOMMENDED SEEDING RATES",
"items": [
{
"characteristic": "30\" Low",
"value": "30-32"
},
{
"characteristic": "30\" Medium",
"value": "32-34"
},
{
"characteristic": "30\" High",
"value": "34-36"
},
{
"characteristic": "Narrow Low",
"value": "32-34"
},
{
"characteristic": "Narrow Medium",
"value": "34-36"
},
{
"characteristic": "Narrow High",
"value": "36-38"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/79p87-2/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:31:17.751275+00:00",
"scraper_version": "0.1.0"
}
+86
View File
@@ -0,0 +1,86 @@
# 79P87
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Corn
- **Relative maturity:** 109 days
- **Trait(s):** SmartStax RIB Complete
- **Source:** https://proharvestseeds.com/seed/79p87-2/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **GDD Pollination:** 1385
- **GDD Black Layer:** 2728
- **Pollination for Maturity:** Late
- **Plant Height:** Medium
- **Leaf Type:** Semi-Upright
- **Ear Height:** Medium-High
- **Ear Type:** Semi-Determinate
- **Kernel Rows:** 16-18
- **Cob Color:** Red
- **Test Weight:** Average
- **Husk Coverage:** Good
- **Covercrop Companion:** Very Good
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Emergence:** Very Good
- **Seedling Vigor:** Very Good
- **Stalk Strength:** Good
- **Root Strength:** Very Good
- **Green Snap:** 6
- **Stay Green:** Average
- **Dry Down:** Very Good
- **Stress Tolerance:** Good
- **Delayed Harvest:** Average
- **Response to Fungicide:** Excellent
- **Corn After Corn:** Good
- **Silage:** Good
## Disease Ratings
- **Overall Disease Rating:** 6.5
- **Grey Leaf Spot:** 6
- **Northern Corn Leaf Blight:** 8
- **Southern Leaf Blight:** 8
- **Common Rust:** NA
- **Southern Rust:** 6
- **Eye Spot:** NA
- **Goss's Wilt:** 7
- **Stalk Anthracnose:** 7
- **Diplodia Ear Rot:** NA
- **Physoderma:** 5
- **Tar Spot:** 6
## Soil Adaptability
- **Light Soils:** R
- **Medium Soils:** HR
- **Heavy Soils:** HR
- **Poorly Drained Soils:** R
## Nitrogen Application/Timing
- **Corn/SB 100% Pre:** R
- **Corn/SB Pre/Side:** HR
- **Corn/SB Starter/Side:** HR
- **Corn/Corn 100% Pre:** NR
- **Corn/Corn Pre/Side:** HR
- **Corn/Corn Starter/Side:** HR
- **Corn/Cover 100% Pre:** NR
- **Corn/Cover Pre/Side:** HR
- **Corn/Cover Starter/Side:** HR
## Recommended Seeding Rates
- **30" Low:** 30-32
- **30" Medium:** 32-34
- **30" High:** 34-36
- **Narrow Low:** 32-34
- **Narrow Medium:** 34-36
- **Narrow High:** 36-38
+104
View File
@@ -0,0 +1,104 @@
{
"source": "proharvest",
"source_key": "proharvest-7b492",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "7B492",
"product_id": "7B492",
"crop": "wheat",
"release_year": null,
"relative_maturity": null,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Med-Tall"
},
{
"characteristic": "Head Type",
"value": "Bearded"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Excellent"
},
{
"characteristic": "Powdery Mildew",
"value": "Excellent"
},
{
"characteristic": "Stripe Rust",
"value": "Excellent"
},
{
"characteristic": "No-Till",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "SBMV",
"value": "Very Good"
},
{
"characteristic": "Glum Blotch",
"value": "Very Good"
},
{
"characteristic": "Stripe Rust",
"value": "Excellent"
},
{
"characteristic": "Leaf Rust",
"value": "Good"
},
{
"characteristic": "Head Scab",
"value": "Excellent"
},
{
"characteristic": "Septoria",
"value": "Very Good"
},
{
"characteristic": "Powdery Mildew",
"value": "Very Good"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/7b492/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:34.288664+00:00",
"scraper_version": "0.1.0"
}
+33
View File
@@ -0,0 +1,33 @@
# 7B492
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Wheat
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/7b492/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Med-Tall
- **Head Type:** Bearded
## Agronomic Characteristics
- **Yield for Maturity:** Excellent
- **Powdery Mildew:** Excellent
- **Stripe Rust:** Excellent
- **No-Till:** Very Good
## Disease Ratings
- **SBMV:** Very Good
- **Glum Blotch:** Very Good
- **Stripe Rust:** Excellent
- **Leaf Rust:** Good
- **Head Scab:** Excellent
- **Septoria:** Very Good
- **Powdery Mildew:** Very Good
+108
View File
@@ -0,0 +1,108 @@
{
"source": "proharvest",
"source_key": "proharvest-7s450",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"product_name": "7S450",
"product_id": "7S450",
"crop": "wheat",
"release_year": null,
"relative_maturity": null,
"maturity_group": null,
"wheat_class": null,
"trait_stack": [
"Conventional"
],
"trait_descriptions": [],
"positioning_statement": null,
"strengths": [],
"characteristics_groups": [
{
"label": "GENERAL CHARACTERISTICS",
"items": [
{
"characteristic": "Plant Height",
"value": "Med-Tall"
},
{
"characteristic": "Head Type",
"value": "Beardless"
}
]
},
{
"label": "AGRONOMIC CHARACTERISTICS",
"items": [
{
"characteristic": "Yield for Maturity",
"value": "Very Good"
},
{
"characteristic": "Powdery Mildew",
"value": "Excellent"
},
{
"characteristic": "Stripe Rust",
"value": "Excellent"
},
{
"characteristic": "No-Till",
"value": "Very Good"
}
]
},
{
"label": "DISEASE RATINGS",
"items": [
{
"characteristic": "SBMV",
"value": "Good"
},
{
"characteristic": "BYDV",
"value": "9"
},
{
"characteristic": "Glum Blotch",
"value": "Very Good"
},
{
"characteristic": "Stripe Rust",
"value": "Excellent"
},
{
"characteristic": "Leaf Rust",
"value": "Very Good"
},
{
"characteristic": "Head Scab",
"value": "Excellent"
},
{
"characteristic": "Septoria",
"value": "Very Good"
},
{
"characteristic": "Powdery Mildew",
"value": "Very Good"
}
]
}
],
"_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended",
"regional_recommendations": [
{
"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)",
"agronomist": null,
"agronomist_email": null,
"variant_id": null
}
],
"image_url": null,
"source_urls": [
"https://proharvestseeds.com/seed/7s450/"
],
"sitemap_last_modified": null,
"fetched_at": "2026-06-05T00:32:32.762209+00:00",
"scraper_version": "0.1.0"
}
+34
View File
@@ -0,0 +1,34 @@
# 7S450
- **Vendor:** ProHarvest Seeds (independent regional brand)
- **Brand:** ProHarvest Seeds
- **Crop:** Wheat
- **Trait(s):** Conventional
- **Source:** https://proharvestseeds.com/seed/7s450/
- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended
- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)
---
## General Characteristics
- **Plant Height:** Med-Tall
- **Head Type:** Beardless
## Agronomic Characteristics
- **Yield for Maturity:** Very Good
- **Powdery Mildew:** Excellent
- **Stripe Rust:** Excellent
- **No-Till:** Very Good
## Disease Ratings
- **SBMV:** Good
- **BYDV:** 9
- **Glum Blotch:** Very Good
- **Stripe Rust:** Excellent
- **Leaf Rust:** Very Good
- **Head Scab:** Excellent
- **Septoria:** Very Good
- **Powdery Mildew:** Very Good

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