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.
133 lines
2.8 KiB
JSON
133 lines
2.8 KiB
JSON
{
|
|
"source": "proharvest_plots",
|
|
"source_key": "phpr-corn-2025-9926",
|
|
"data_type": "trial",
|
|
"vendor": "ProHarvest Seeds",
|
|
"brand": "ProHarvest Seeds",
|
|
"crop": "corn",
|
|
"state": "IL",
|
|
"state_abbrev": "il",
|
|
"city": "Modesto",
|
|
"county": "Macoupin",
|
|
"year": 2025,
|
|
"plot_id": 9926,
|
|
"cooperator": "Clint Turner",
|
|
"latitude": 39.47857119565101,
|
|
"longitude": -89.98232756415264,
|
|
"company_representative": "Rick Urish",
|
|
"planted_date": "5/13/2025",
|
|
"harvested_date": "10/13/2025",
|
|
"previous_crop": "Soybeans",
|
|
"row_width": "30\"",
|
|
"population_seeds_per_acre": 35000,
|
|
"fungicide": "Trivapro",
|
|
"herbicide": "Lexar",
|
|
"insecticide": null,
|
|
"tillage": "Conventional",
|
|
"irrigation": "Non irrigated",
|
|
"results": [
|
|
{
|
|
"rank": 1,
|
|
"metrics": {
|
|
"Yield": 274.9,
|
|
"% H2O": 14.0,
|
|
"Test Wt.": 62.0,
|
|
"+/- Ave": 15.2
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "83P66",
|
|
"traits": "VT2PRIB"
|
|
},
|
|
{
|
|
"rank": 2,
|
|
"metrics": {
|
|
"Yield": 62.0,
|
|
"% H2O": 15.4,
|
|
"+/- Ave": 274.6
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "80P75",
|
|
"traits": "PCE"
|
|
},
|
|
{
|
|
"rank": 3,
|
|
"metrics": {
|
|
"Yield": 274.1,
|
|
"% H2O": 13.8,
|
|
"Test Wt.": 63.0,
|
|
"+/- Ave": 14.5
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "84P78",
|
|
"traits": "TreRIB"
|
|
},
|
|
{
|
|
"rank": 4,
|
|
"metrics": {
|
|
"Yield": 267.3,
|
|
"% H2O": 14.2,
|
|
"Test Wt.": 64.0,
|
|
"+/- Ave": 7.6
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "81P45",
|
|
"traits": "TreRIB"
|
|
},
|
|
{
|
|
"rank": 5,
|
|
"metrics": {
|
|
"Yield": 256.8,
|
|
"% H2O": 14.9,
|
|
"Test Wt.": 61.0,
|
|
"+/- Ave": -2.9
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "82P96",
|
|
"traits": "PCE"
|
|
},
|
|
{
|
|
"rank": 6,
|
|
"metrics": {
|
|
"Yield": 250.8,
|
|
"% H2O": 13.6,
|
|
"Test Wt.": 61.0,
|
|
"+/- Ave": -8.8
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "84P41",
|
|
"traits": "PCE"
|
|
},
|
|
{
|
|
"rank": 7,
|
|
"metrics": {
|
|
"Yield": 243.5,
|
|
"% H2O": 14.2,
|
|
"Test Wt.": 63.0,
|
|
"+/- Ave": -16.2
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "86P55",
|
|
"traits": "TreRIB"
|
|
},
|
|
{
|
|
"rank": 8,
|
|
"metrics": {
|
|
"Yield": 235.4,
|
|
"% H2O": 15.1,
|
|
"Test Wt.": 54.0,
|
|
"+/- Ave": -24.3
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "81P20",
|
|
"traits": "PCE"
|
|
}
|
|
],
|
|
"n_results": 8,
|
|
"raw_text": false,
|
|
"source_urls": [
|
|
"https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Turner-Modesto-IL.pdf"
|
|
],
|
|
"fetched_at": "2026-06-05T00:59:10.316118+00:00",
|
|
"scraper_version": "0.1.0"
|
|
}
|