89eea0f2b4
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.
182 lines
3.7 KiB
JSON
182 lines
3.7 KiB
JSON
{
|
|
"source": "proharvest_plots",
|
|
"source_key": "phpr-corn-2025-9912",
|
|
"data_type": "trial",
|
|
"vendor": "ProHarvest Seeds",
|
|
"brand": "ProHarvest Seeds",
|
|
"crop": "corn",
|
|
"state": "IL",
|
|
"state_abbrev": "il",
|
|
"city": "Monticello",
|
|
"county": "Piatt",
|
|
"year": 2025,
|
|
"plot_id": 9912,
|
|
"cooperator": "Jesse And Tucker Muse",
|
|
"latitude": 40.027217232844116,
|
|
"longitude": -88.57451162551433,
|
|
"company_representative": "Tucker Muse",
|
|
"planted_date": "5/8/2025",
|
|
"harvested_date": "10/16/2025",
|
|
"previous_crop": "Soybeans",
|
|
"row_width": "30",
|
|
"population_seeds_per_acre": 36000,
|
|
"fungicide": "Quilt Xcel",
|
|
"herbicide": null,
|
|
"insecticide": "Bifenthrin",
|
|
"tillage": "Conventional",
|
|
"irrigation": "Non-Irrigated",
|
|
"results": [
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 1,
|
|
"product": "83P48",
|
|
"traits": "SSPRO",
|
|
"metrics": {
|
|
"% H2O": 14.3,
|
|
"Test Wt.": 61.7,
|
|
"Yield": 284.18,
|
|
"+/- Ave": 19.8
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 2,
|
|
"product": "83P66",
|
|
"traits": "VT2PRIB",
|
|
"metrics": {
|
|
"% H2O": 15.3,
|
|
"Test Wt.": 58.8,
|
|
"Yield": 281.33,
|
|
"+/- Ave": 16.9
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 3,
|
|
"product": "82P96",
|
|
"traits": "PCE",
|
|
"metrics": {
|
|
"% H2O": 14.5,
|
|
"Test Wt.": 57.3,
|
|
"Yield": 280.77,
|
|
"+/- Ave": 16.3
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 4,
|
|
"product": "84P78",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"% H2O": 15.7,
|
|
"Test Wt.": 57.7,
|
|
"Yield": 274.46,
|
|
"+/- Ave": 10
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 5,
|
|
"product": "81P45",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"% H2O": 15.6,
|
|
"Test Wt.": 57.3,
|
|
"Yield": 273.34,
|
|
"+/- Ave": 8.9
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 6,
|
|
"product": "80P75",
|
|
"traits": "PCE",
|
|
"metrics": {
|
|
"% H2O": 13.1,
|
|
"Test Wt.": 56.9,
|
|
"Yield": 270.62,
|
|
"+/- Ave": 6.2
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 7,
|
|
"product": "79P54",
|
|
"traits": "SSPRO",
|
|
"metrics": {
|
|
"% H2O": 14.3,
|
|
"Test Wt.": 56.2,
|
|
"Yield": 265.64,
|
|
"+/- Ave": 1.2
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 8,
|
|
"product": "84P41",
|
|
"traits": "PCE",
|
|
"metrics": {
|
|
"% H2O": 15,
|
|
"Test Wt.": 59,
|
|
"Yield": 260.28,
|
|
"+/- Ave": -4.1
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 9,
|
|
"product": "85P58",
|
|
"traits": "VT2PRIB",
|
|
"metrics": {
|
|
"% H2O": 15,
|
|
"Test Wt.": 63.3,
|
|
"Yield": 255.1,
|
|
"+/- Ave": -9.3
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 10,
|
|
"product": "78P95",
|
|
"traits": "PCE",
|
|
"metrics": {
|
|
"% H2O": 14.5,
|
|
"Test Wt.": 59,
|
|
"Yield": 248.36,
|
|
"+/- Ave": -16.1
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 11,
|
|
"product": "81P19",
|
|
"traits": "VT4PRIB",
|
|
"metrics": {
|
|
"% H2O": 14.9,
|
|
"Test Wt.": 58,
|
|
"Yield": 242.86,
|
|
"+/- Ave": -21.6
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 12,
|
|
"product": "86P55",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"% H2O": 15.4,
|
|
"Test Wt.": 58,
|
|
"Yield": 236.14,
|
|
"+/- Ave": -28.3
|
|
}
|
|
}
|
|
],
|
|
"n_results": 12,
|
|
"raw_text": false,
|
|
"source_urls": [
|
|
"https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Muse-Moticello-IL.pdf"
|
|
],
|
|
"fetched_at": "2026-06-05T00:59:20.856257+00:00",
|
|
"scraper_version": "0.1.0"
|
|
}
|