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.
118 lines
2.5 KiB
JSON
118 lines
2.5 KiB
JSON
{
|
|
"source": "proharvest_plots",
|
|
"source_key": "phpr-corn-2024-9547",
|
|
"data_type": "trial",
|
|
"vendor": "ProHarvest Seeds",
|
|
"brand": "ProHarvest Seeds",
|
|
"crop": "corn",
|
|
"state": "IL",
|
|
"state_abbrev": "il",
|
|
"city": "Herscher",
|
|
"county": "Kankakee",
|
|
"year": 2024,
|
|
"plot_id": 9547,
|
|
"cooperator": "Synergy Seeds Herscher 2",
|
|
"latitude": 41.1065591,
|
|
"longitude": -88.0955062,
|
|
"company_representative": null,
|
|
"planted_date": null,
|
|
"harvested_date": null,
|
|
"previous_crop": null,
|
|
"row_width": null,
|
|
"population_seeds_per_acre": null,
|
|
"fungicide": null,
|
|
"herbicide": null,
|
|
"insecticide": null,
|
|
"tillage": null,
|
|
"irrigation": null,
|
|
"results": [
|
|
{
|
|
"rank": 25,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 94.07
|
|
},
|
|
"brand": "Dekalb",
|
|
"product": "64-22",
|
|
"traits": "VT2P 4 574 1800 13.4 248.5 25 $"
|
|
},
|
|
{
|
|
"rank": 26,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 91.19
|
|
},
|
|
"brand": "Agrigold",
|
|
"product": "644-64",
|
|
"traits": "VT2P 4 574 1820 14.6 247.8 26 $"
|
|
},
|
|
{
|
|
"rank": 27,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 69.82
|
|
},
|
|
"brand": "Wyffels",
|
|
"product": "6505",
|
|
"traits": "Trec 4 574 1740 12.6 242.5 28 $"
|
|
},
|
|
{
|
|
"rank": 28,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 65.25
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "83P66",
|
|
"traits": "VT2P 4 574 1760 14.0 241.3 29 $"
|
|
},
|
|
{
|
|
"rank": 29,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 65.12
|
|
},
|
|
"brand": "Wyffels",
|
|
"product": "6479",
|
|
"traits": "SSPro 4 574 1820 15.9 244.0 27 $"
|
|
},
|
|
{
|
|
"rank": 30,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 59.64
|
|
},
|
|
"brand": "Wyffels",
|
|
"product": "7945",
|
|
"traits": "Trec 4 574 1760 14.5 239.9 30 $"
|
|
},
|
|
{
|
|
"rank": 31,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 40.52
|
|
},
|
|
"brand": "Dekalb",
|
|
"product": "66-06",
|
|
"traits": "Trec 4 574 1800 16.5 239.6 31 $"
|
|
},
|
|
{
|
|
"rank": 32,
|
|
"metrics": {
|
|
"Yield": 9.0,
|
|
"+/- Ave": 32.09
|
|
},
|
|
"brand": "ProHarvest",
|
|
"product": "77P60",
|
|
"traits": "SS 4 574 1680 13.0 233.0 32 $"
|
|
}
|
|
],
|
|
"n_results": 8,
|
|
"raw_text": false,
|
|
"source_urls": [
|
|
"https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Herscher-IL-60941.pdf"
|
|
],
|
|
"fetched_at": "2026-06-05T00:57:55.185211+00:00",
|
|
"scraper_version": "0.1.0"
|
|
}
|