Files
seed-mcp/corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.json
justin b98965a68a Two new trial sources: LG Seeds + AgriGold plot reports (+2,307 cross-vendor yield trials)
Adds the **first non-Syngenta trial coverage** to the corpus:

| Source | Docs | Publisher | URL pattern |
|---|---|---|---|
| lg_plot_reports | 1,304 | LG Seeds (AgReliant) | lgseeds.com/performance/{crop} JSON XHR |
| agrigold_plot_reports | 1,003 | AgriGold (AgReliant) | agrigold.com/{crop}/performance/{crop}-yield-results |

Total trial coverage now: gh_plot_reports (4,299) + agripro_trials (14) +
lg_plot_reports (1,304) + agrigold_plot_reports (1,003) = 6,620 trial docs.

**Both scrapers follow the gh_plot_reports template** — same RateLimitedSession
primitive, same TrialResult/PlotReport dataclass shape, same data_type="trial"
sidecar convention. The trial chunker (`rag/chunk.py:_render_trial_chunk`) is
extended to recognize both new sources; they share `_render_gh_plot_chunk`
since their sidecars are structurally identical (just different brand label).

**LG specifics:**
- POST `/performance/{crop}/GetPlots/` returns sparse listing (id, year, lat/lng)
- GET `/performance/{crop}/GetPlotData/?PlotId=X&IsSilage=Y` returns full detail
  with state, cooperator, planting/harvest dates, and **top-5 hybrids** (LG +
  competitors). Top-5 is what LG publishes publicly; not the full ranking.
- 4 crops: corn (963), soybeans (287), sorghum (10), silage (50) — first
  alfalfa absent because LG doesn't run alfalfa plots; that's variety-only data.
- 301 gotcha: www.lgseeds.com redirects to lgseeds.com which drops POST body,
  so the scraper hits the apex host directly.

**AgriGold specifics:**
- Listing: GET `/{crop}/performance/{crop}-yield-results?harvestYear={year}`
  (server-rendered HTML, ~1MB; 408 corn plots in 2025 alone)
- Detail: GET `/{crop_url}/performance/{slug}/{plot_id}` returns the **full
  ranking** (not just top-5) plus rich plot management metadata: tillage,
  previous crop, fungicide, herbicide, insecticide, irrigation, soil type,
  row width, population. Most metadata-rich of the three trial sources.
- Soybean URL slug is singular: `/soybeans/performance/soybean-yield-results/`
- Columns: Rank | Brand | Product | Trait | Ck | H20 (moisture) | Test Wt. |
  Yield | Adj Yield (check-adjusted)
- 2 crops: corn (849) + soybeans (157)

**Indexer needs no changes** — `rag/index.py` auto-discovers any directory
under corpus/ and routes by data_type. Both new sources flow into the
existing trial collection and surface via `search_trials`.

Years scraped: 2024+2025 (matching gh_plot_reports baseline). 2023 is
available via `--include-2023` on either scraper for future backfill.
2026-05-26 22:26:24 -04:00

427 lines
8.5 KiB
JSON

{
"source": "agrigold_plot_reports",
"source_key": "agpr-soybeans-2025-147574",
"data_type": "trial",
"vendor": "AgReliant Genetics",
"brand": "AgriGold",
"crop": "soybeans",
"state": "IL",
"state_abbrev": "il",
"city": "Granville",
"county": "Putnam",
"year": 2025,
"plot_id": "147574",
"cooperator": "Ag View FS, Inc.",
"plot_average": 74.52,
"planted_date": "2025-05-11",
"harvested_date": "2025-10-09",
"population_seeds_per_acre": 150000,
"row_width": "15.0\"",
"num_rows": 4,
"soil_type": "Silt Loam",
"tillage": "Strip Till",
"previous_crop": "Corn",
"irrigation": "None",
"fungicide": "N/A",
"herbicide": "N/A",
"insecticide": "N/A",
"results": [
{
"rank": 1,
"brand": "Brevant Seeds",
"product": "B275EE",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.6,
"Test Wt.": null,
"Yield": 82.1,
"Adj Yield": 82.1
}
},
{
"rank": 2,
"brand": "NK Brand",
"product": "NK26-Z1XF",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 79.3,
"Adj Yield": 79.3
}
},
{
"rank": 3,
"brand": "FS Seeds",
"product": "HS29F50",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.2,
"Test Wt.": null,
"Yield": 78.7,
"Adj Yield": 78.7
}
},
{
"rank": 4,
"brand": "FS Seeds",
"product": "HS28E50",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.2,
"Test Wt.": null,
"Yield": 78.6,
"Adj Yield": 78.6
}
},
{
"rank": 5,
"brand": "AgriGold",
"product": "G3051E3",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 78.3,
"Adj Yield": 78.3
}
},
{
"rank": 5,
"brand": "AgriGold",
"product": "G2425E3",
"traits": "",
"metrics": {
"Ck": null,
"H20": 10.7,
"Test Wt.": null,
"Yield": 78.3,
"Adj Yield": 78.3
}
},
{
"rank": 7,
"brand": "Brevant Seeds",
"product": "B315EE",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.2,
"Test Wt.": null,
"Yield": 78.2,
"Adj Yield": 78.2
}
},
{
"rank": 8,
"brand": "NK Brand",
"product": "NK24-U5XF",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.4,
"Test Wt.": null,
"Yield": 77.9,
"Adj Yield": 77.9
}
},
{
"rank": 9,
"brand": "Brevant Seeds",
"product": "B294EE",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 76.9,
"Adj Yield": 76.9
}
},
{
"rank": 10,
"brand": "AgriGold",
"product": "G2601E3",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.1,
"Test Wt.": null,
"Yield": 76.6,
"Adj Yield": 76.6
}
},
{
"rank": 11,
"brand": "FS Seeds",
"product": "HS26E50",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 75.7,
"Adj Yield": 75.7
}
},
{
"rank": 11,
"brand": "Asgrow",
"product": "AG32XF6",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.1,
"Test Wt.": null,
"Yield": 75.7,
"Adj Yield": 75.7
}
},
{
"rank": 13,
"brand": "Asgrow",
"product": "AG26XF4",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.6,
"Test Wt.": null,
"Yield": 75.3,
"Adj Yield": 75.3
}
},
{
"rank": 14,
"brand": "Asgrow",
"product": "AG22XF6",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.5,
"Test Wt.": null,
"Yield": 75.0,
"Adj Yield": 75.0
}
},
{
"rank": 15,
"brand": "NK Brand",
"product": "NK32-P2XF",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 74.9,
"Adj Yield": 74.9
}
},
{
"rank": 16,
"brand": "Brevant Seeds",
"product": "B324EE",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.1,
"Test Wt.": null,
"Yield": 74.5,
"Adj Yield": 74.5
}
},
{
"rank": 17,
"brand": "NK Brand",
"product": "NK30-A9E3",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.4,
"Test Wt.": null,
"Yield": 74.4,
"Adj Yield": 74.4
}
},
{
"rank": 18,
"brand": "Asgrow",
"product": "AG33XF3",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.1,
"Test Wt.": null,
"Yield": 73.3,
"Adj Yield": 73.3
}
},
{
"rank": 19,
"brand": "FS Seeds",
"product": "HS33E50",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.0,
"Test Wt.": null,
"Yield": 72.7,
"Adj Yield": 72.7
}
},
{
"rank": 20,
"brand": "NK Brand",
"product": "NK29-Q3XF",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.4,
"Test Wt.": null,
"Yield": 72.2,
"Adj Yield": 72.2
}
},
{
"rank": 21,
"brand": "FS Seeds",
"product": "HS25E30",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.6,
"Test Wt.": null,
"Yield": 72.1,
"Adj Yield": 72.1
}
},
{
"rank": 22,
"brand": "AgriGold",
"product": "G2574XF",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 71.7,
"Adj Yield": 71.7
}
},
{
"rank": 23,
"brand": "NK Brand",
"product": "NK26-M6E3",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 71.6,
"Adj Yield": 71.6
}
},
{
"rank": 24,
"brand": "NK Brand",
"product": "NK28-G7E3S",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.5,
"Test Wt.": null,
"Yield": 71.2,
"Adj Yield": 71.2
}
},
{
"rank": 25,
"brand": "AgriGold",
"product": "G3255E3",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 71.1,
"Adj Yield": 71.1
}
},
{
"rank": 25,
"brand": "FS Seeds",
"product": "HS26F50",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.3,
"Test Wt.": null,
"Yield": 71.1,
"Adj Yield": 71.1
}
},
{
"rank": 27,
"brand": "FS Seeds",
"product": "HS32F50",
"traits": "Enlist E3",
"metrics": {
"Ck": null,
"H20": 10.1,
"Test Wt.": null,
"Yield": 70.3,
"Adj Yield": 70.3
}
},
{
"rank": 28,
"brand": "Asgrow",
"product": "AG34XF6",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.1,
"Test Wt.": null,
"Yield": 69.5,
"Adj Yield": 69.5
}
},
{
"rank": 29,
"brand": "Asgrow",
"product": "AG30XF4",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.2,
"Test Wt.": null,
"Yield": 69.4,
"Adj Yield": 69.4
}
},
{
"rank": 30,
"brand": "AgriGold",
"product": "G2755XF",
"traits": "XTENDFlex",
"metrics": {
"Ck": null,
"H20": 10.2,
"Test Wt.": null,
"Yield": 68.9,
"Adj Yield": 68.9
}
}
],
"n_results": 30,
"source_urls": [
"https://www.agrigold.com/soybeans/performance/soybean-yield-results/147574"
],
"fetched_at": "2026-05-27T02:25:31.368625+00:00",
"scraper_version": "0.1.0"
}