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.
90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"source": "proharvest_plots",
|
|
"source_key": "phpr-corn-2025-9898",
|
|
"data_type": "trial",
|
|
"vendor": "ProHarvest Seeds",
|
|
"brand": "ProHarvest Seeds",
|
|
"crop": "corn",
|
|
"state": "IL",
|
|
"state_abbrev": "il",
|
|
"city": "San Jose",
|
|
"county": "Logan",
|
|
"year": 2025,
|
|
"plot_id": 9898,
|
|
"cooperator": "Blair Hoerbert",
|
|
"latitude": 40.30585118798896,
|
|
"longitude": -89.60361385980971,
|
|
"company_representative": "Tom Forrest",
|
|
"planted_date": "5/7/2025",
|
|
"harvested_date": "9/26/2025",
|
|
"previous_crop": "Soybeans",
|
|
"row_width": "30",
|
|
"population_seeds_per_acre": 36000,
|
|
"fungicide": "Yes",
|
|
"herbicide": null,
|
|
"insecticide": null,
|
|
"tillage": "Conventional",
|
|
"irrigation": "Non-Irrigated",
|
|
"results": [
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 1,
|
|
"product": "81P88",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"Seed Trtmt.": "36000 ppa",
|
|
"% H2O": 26.7,
|
|
"Test Wt.": 52.6,
|
|
"Yield": 270.25,
|
|
"+/- Ave": 19.9
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 2,
|
|
"product": "81P88",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"Seed Trtmt.": "40000 ppa",
|
|
"% H2O": 25.2,
|
|
"Test Wt.": 53.7,
|
|
"Yield": 261.6,
|
|
"+/- Ave": 11.3
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 3,
|
|
"product": "81P88",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"Seed Trtmt.": "32000 ppa",
|
|
"% H2O": 26,
|
|
"Test Wt.": 52.6,
|
|
"Yield": 245.25,
|
|
"+/- Ave": -5.1
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 4,
|
|
"product": "81P88",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"Seed Trtmt.": "24000 ppa",
|
|
"% H2O": 28.8,
|
|
"Test Wt.": 52.2,
|
|
"Yield": 224.23,
|
|
"+/- Ave": -26.1
|
|
}
|
|
}
|
|
],
|
|
"n_results": 4,
|
|
"raw_text": false,
|
|
"source_urls": [
|
|
"https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-2.pdf"
|
|
],
|
|
"fetched_at": "2026-06-05T00:59:31.301867+00:00",
|
|
"scraper_version": "0.1.0"
|
|
}
|