From 9ce920f62277d458a9c4dc123ab1eca4327f4bd6 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Mon, 25 May 2026 14:16:36 -0400 Subject: [PATCH] =?UTF-8?q?agripro=20+=20nk=20scrapers=20=E2=80=94=20146?= =?UTF-8?q?=20Syngenta=20varieties=20added=20(wheat=20+=20corn/soy)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agripro (24 varieties) - Drupal Views form scrape via /search-agripro-brand-varieties with explicit GET params (sidesteps the AJAX-only-on-load default that returns an empty form skeleton). - Per-variety parse:

, .field--node--variety-type--variety, .field--node--tag-line--variety, .field--node--body, plus the three rated sections (Agronomics / Grain / Disease) with their
label
value
pairs. - Wheat-class distribution: 12 HRS, 7 SWW, 3 HRW, 1 HWS, 1 Barley — provides the Northern Plains HRS coverage WestBred lacks. nk (122 varieties — recon's "29" was outdated; the current NK seed finder lists 41 corn + 81 soy) - ASP.NET WebForms endpoint: POST /NKSeeds/{Corn,Soy}ProductFinder.aspx/GetProducts returns {"d": ""} where the inner HTML is one
per variety. BeautifulSoup tokenizes the whole blob. - Per-card: product code (NK8005, NK008-P8XF), RM/MG from the title , "Brands Available" trait variants, marketing positioning + bullet strengths, tech-sheet PDF URL. - pdfplumber text extraction on the tech-sheet PDFs adds: * corn disease ratings (Gray Leaf Spot, NCLB, Goss's Wilt, Anthracnose, Tar Spot, Fusarium, etc.) where the PDF prints "Label N" lines (text-extractable) * soybean Phytophthora source genes (Rps1c, Rps3a, ...) * soybean SCN race coverage * soybean agronomic ratings (Emergence, Standability, Shatter Tolerance, Green Stem) with text-extractable 1-9 values * soybean soil-type adaptation (Best/Good/Fair/Poor) for drought prone / high pH / poorly drained / etc. - Agronomic rating BARS for corn (Emergence, Stalk Strength, Drought) are not text-extractable; we record the labels with an explicit "rated in PDF chart, see tech sheet" value so the agent can direct the farmer at the source for those numbers. Scale-direction correction in lessons.md: - NK and AgriPro both use 1 = best, lower = more resistant — the REVERSED convention vs Bayer / Golden Harvest. NK's tech-sheet footer literally prints "1-9 Scale: 1 = Best, 9 = Worst". AgriPro positioning on stripe-rust-resistant varieties (AP Iliad with Stripe Rust 1, Eyespot 2) confirms the same direction. - sources-not-yet-indexed section trimmed to just Beck's PFR + Beck's products — everything else IS now in the corpus. Cross-vendor coverage after this PR: 760 varieties. bayer_seeds 475 (DEKALB 288 / Asgrow 102 / WestBred 85) golden_harvest 139 nk 122 (41 corn / 81 soy) agripro 24 (12 HRS / 7 SWW / 3 HRW / 1 HWS / 1 Barley) Vendors: Bayer, Syngenta. Brands: 6. Crops: corn, soy, wheat (109 wheat now, up from 85). requirements.txt: pdfplumber>=0.11 for NK tech-sheet parsing. Co-Authored-By: Claude Opus 4.7 (1M context) --- corpus/agripro/agripro-aac-synergy.json | 30 + corpus/agripro/agripro-aac-synergy.md | 11 + corpus/agripro/agripro-agripro-hy141.json | 89 ++ corpus/agripro/agripro-agripro-hy141.md | 35 + corpus/agripro/agripro-agripro-hy155.json | 89 ++ corpus/agripro/agripro-agripro-hy155.md | 35 + corpus/agripro/agripro-agripro-hy162.json | 89 ++ corpus/agripro/agripro-agripro-hy162.md | 35 + corpus/agripro/agripro-ap-dagr.json | 93 ++ corpus/agripro/agripro-ap-dagr.md | 36 + corpus/agripro/agripro-ap-elevate.json | 93 ++ corpus/agripro/agripro-ap-elevate.md | 36 + corpus/agripro/agripro-ap-exceed.json | 77 ++ corpus/agripro/agripro-ap-exceed.md | 32 + corpus/agripro/agripro-ap-gunsmoke-cl2.json | 85 ++ corpus/agripro/agripro-ap-gunsmoke-cl2.md | 34 + corpus/agripro/agripro-ap-iconic.json | 89 ++ corpus/agripro/agripro-ap-iconic.md | 35 + corpus/agripro/agripro-ap-iliad.json | 101 +++ corpus/agripro/agripro-ap-iliad.md | 38 + corpus/agripro/agripro-ap-murdock.json | 85 ++ corpus/agripro/agripro-ap-murdock.md | 34 + corpus/agripro/agripro-ap-olympia.json | 89 ++ corpus/agripro/agripro-ap-olympia.md | 35 + corpus/agripro/agripro-ap-renegade.json | 89 ++ corpus/agripro/agripro-ap-renegade.md | 35 + corpus/agripro/agripro-ap-revolution.json | 77 ++ corpus/agripro/agripro-ap-revolution.md | 32 + corpus/agripro/agripro-ap-smith.json | 85 ++ corpus/agripro/agripro-ap-smith.md | 34 + corpus/agripro/agripro-ap-stocky.json | 113 +++ corpus/agripro/agripro-ap-stocky.md | 41 + corpus/agripro/agripro-ap-sunbird.json | 133 +++ corpus/agripro/agripro-ap-sunbird.md | 46 + corpus/agripro/agripro-ap-venom.json | 89 ++ corpus/agripro/agripro-ap-venom.md | 35 + corpus/agripro/agripro-dayn.json | 77 ++ corpus/agripro/agripro-dayn.md | 32 + corpus/agripro/agripro-sy-assure.json | 101 +++ corpus/agripro/agripro-sy-assure.md | 38 + corpus/agripro/agripro-sy-clearstone-cl2.json | 89 ++ corpus/agripro/agripro-sy-clearstone-cl2.md | 35 + corpus/agripro/agripro-sy-dayton.json | 101 +++ corpus/agripro/agripro-sy-dayton.md | 38 + corpus/agripro/agripro-sy-ovation.json | 81 ++ corpus/agripro/agripro-sy-ovation.md | 33 + corpus/agripro/agripro-sy-raptor.json | 97 ++ corpus/agripro/agripro-sy-raptor.md | 37 + corpus/nk/nk-nk0001.json | 102 +++ corpus/nk/nk-nk0001.md | 43 + corpus/nk/nk-nk0007.json | 102 +++ corpus/nk/nk-nk0007.md | 44 + corpus/nk/nk-nk0025.json | 102 +++ corpus/nk/nk-nk0025.md | 44 + corpus/nk/nk-nk008-p8xf.json | 116 +++ corpus/nk/nk-nk008-p8xf.md | 51 ++ corpus/nk/nk-nk009-g7e3.json | 116 +++ corpus/nk/nk-nk009-g7e3.md | 51 ++ corpus/nk/nk-nk01-b9e3.json | 108 +++ corpus/nk/nk-nk01-b9e3.md | 48 + corpus/nk/nk-nk0123.json | 102 +++ corpus/nk/nk-nk0123.md | 44 + corpus/nk/nk-nk02-d5e3.json | 108 +++ corpus/nk/nk-nk02-d5e3.md | 48 + corpus/nk/nk-nk02-y2xf.json | 116 +++ corpus/nk/nk-nk02-y2xf.md | 51 ++ corpus/nk/nk-nk0252.json | 102 +++ corpus/nk/nk-nk0252.md | 44 + corpus/nk/nk-nk03-c7e3.json | 108 +++ corpus/nk/nk-nk03-c7e3.md | 48 + corpus/nk/nk-nk03-j1xf.json | 116 +++ corpus/nk/nk-nk03-j1xf.md | 51 ++ corpus/nk/nk-nk04-q9xf.json | 112 +++ corpus/nk/nk-nk04-q9xf.md | 50 ++ corpus/nk/nk-nk0401.json | 102 +++ corpus/nk/nk-nk0401.md | 43 + corpus/nk/nk-nk0415.json | 102 +++ corpus/nk/nk-nk0415.md | 44 + corpus/nk/nk-nk0440.json | 102 +++ corpus/nk/nk-nk0440.md | 44 + corpus/nk/nk-nk05-p4e3.json | 108 +++ corpus/nk/nk-nk05-p4e3.md | 48 + corpus/nk/nk-nk05-w3xf.json | 116 +++ corpus/nk/nk-nk05-w3xf.md | 51 ++ corpus/nk/nk-nk06-a1e3.json | 116 +++ corpus/nk/nk-nk06-a1e3.md | 51 ++ corpus/nk/nk-nk06-c4xf.json | 116 +++ corpus/nk/nk-nk06-c4xf.md | 51 ++ corpus/nk/nk-nk0604.json | 102 +++ corpus/nk/nk-nk0604.md | 44 + corpus/nk/nk-nk07-g5e3.json | 116 +++ corpus/nk/nk-nk07-g5e3.md | 51 ++ corpus/nk/nk-nk0717.json | 102 +++ corpus/nk/nk-nk0717.md | 43 + corpus/nk/nk-nk08-r3xf.json | 116 +++ corpus/nk/nk-nk08-r3xf.md | 51 ++ corpus/nk/nk-nk08-z4e3.json | 116 +++ corpus/nk/nk-nk08-z4e3.md | 51 ++ corpus/nk/nk-nk0880.json | 102 +++ corpus/nk/nk-nk0880.md | 44 + corpus/nk/nk-nk09-v2e3.json | 116 +++ corpus/nk/nk-nk09-v2e3.md | 51 ++ corpus/nk/nk-nk10-p7xf.json | 116 +++ corpus/nk/nk-nk10-p7xf.md | 51 ++ corpus/nk/nk-nk1056.json | 102 +++ corpus/nk/nk-nk1056.md | 44 + corpus/nk/nk-nk1082.json | 102 +++ corpus/nk/nk-nk1082.md | 44 + corpus/nk/nk-nk11-a4e3.json | 116 +++ corpus/nk/nk-nk11-a4e3.md | 51 ++ corpus/nk/nk-nk11-u2xf.json | 116 +++ corpus/nk/nk-nk11-u2xf.md | 51 ++ corpus/nk/nk-nk1188.json | 103 +++ corpus/nk/nk-nk1188.md | 44 + corpus/nk/nk-nk1228.json | 102 +++ corpus/nk/nk-nk1228.md | 44 + corpus/nk/nk-nk1239.json | 102 +++ corpus/nk/nk-nk1239.md | 44 + corpus/nk/nk-nk13-y4xf.json | 116 +++ corpus/nk/nk-nk13-y4xf.md | 51 ++ corpus/nk/nk-nk1307.json | 102 +++ corpus/nk/nk-nk1307.md | 44 + corpus/nk/nk-nk1386.json | 102 +++ corpus/nk/nk-nk1386.md | 44 + corpus/nk/nk-nk14-u5e3.json | 116 +++ corpus/nk/nk-nk14-u5e3.md | 51 ++ corpus/nk/nk-nk14-v3xf.json | 116 +++ corpus/nk/nk-nk14-v3xf.md | 50 ++ corpus/nk/nk-nk1480.json | 102 +++ corpus/nk/nk-nk1480.md | 44 + corpus/nk/nk-nk15-g9e3s.json | 116 +++ corpus/nk/nk-nk15-g9e3s.md | 51 ++ corpus/nk/nk-nk1523.json | 102 +++ corpus/nk/nk-nk1523.md | 44 + corpus/nk/nk-nk16-b4e3s.json | 108 +++ corpus/nk/nk-nk16-b4e3s.md | 48 + corpus/nk/nk-nk16-z6e3.json | 116 +++ corpus/nk/nk-nk16-z6e3.md | 51 ++ corpus/nk/nk-nk1661.json | 102 +++ corpus/nk/nk-nk1661.md | 44 + corpus/nk/nk-nk1694.json | 103 +++ corpus/nk/nk-nk1694.md | 44 + corpus/nk/nk-nk17-h1e3.json | 116 +++ corpus/nk/nk-nk17-h1e3.md | 51 ++ corpus/nk/nk-nk17-m2xf.json | 116 +++ corpus/nk/nk-nk17-m2xf.md | 51 ++ corpus/nk/nk-nk1732.json | 102 +++ corpus/nk/nk-nk1732.md | 44 + corpus/nk/nk-nk18-a6xf.json | 116 +++ corpus/nk/nk-nk18-a6xf.md | 51 ++ corpus/nk/nk-nk19-t8e3s.json | 116 +++ corpus/nk/nk-nk19-t8e3s.md | 51 ++ corpus/nk/nk-nk20-j9e3s.json | 100 +++ corpus/nk/nk-nk20-j9e3s.md | 46 + corpus/nk/nk-nk20-k2xf.json | 116 +++ corpus/nk/nk-nk20-k2xf.md | 51 ++ corpus/nk/nk-nk21-c2e3.json | 116 +++ corpus/nk/nk-nk21-c2e3.md | 51 ++ corpus/nk/nk-nk21-h4xf.json | 116 +++ corpus/nk/nk-nk21-h4xf.md | 51 ++ corpus/nk/nk-nk23-p1e3.json | 116 +++ corpus/nk/nk-nk23-p1e3.md | 51 ++ corpus/nk/nk-nk23-t9xf.json | 116 +++ corpus/nk/nk-nk23-t9xf.md | 51 ++ corpus/nk/nk-nk24-u5xf.json | 116 +++ corpus/nk/nk-nk24-u5xf.md | 51 ++ corpus/nk/nk-nk25-v7e3.json | 100 +++ corpus/nk/nk-nk25-v7e3.md | 46 + corpus/nk/nk-nk26-m6e3.json | 116 +++ corpus/nk/nk-nk26-m6e3.md | 51 ++ corpus/nk/nk-nk26-z1xf.json | 116 +++ corpus/nk/nk-nk26-z1xf.md | 51 ++ corpus/nk/nk-nk27-k4e3s.json | 100 +++ corpus/nk/nk-nk27-k4e3s.md | 46 + corpus/nk/nk-nk28-g7e3s.json | 116 +++ corpus/nk/nk-nk28-g7e3s.md | 51 ++ corpus/nk/nk-nk28-p6xf.json | 116 +++ corpus/nk/nk-nk28-p6xf.md | 51 ++ corpus/nk/nk-nk29-q3xf.json | 116 +++ corpus/nk/nk-nk29-q3xf.md | 51 ++ corpus/nk/nk-nk29-w9e3s.json | 108 +++ corpus/nk/nk-nk29-w9e3s.md | 48 + corpus/nk/nk-nk30-a9e3.json | 116 +++ corpus/nk/nk-nk30-a9e3.md | 51 ++ corpus/nk/nk-nk30-g8xf.json | 108 +++ corpus/nk/nk-nk30-g8xf.md | 48 + corpus/nk/nk-nk30-t1e3s.json | 108 +++ corpus/nk/nk-nk30-t1e3s.md | 48 + corpus/nk/nk-nk30-u4xf.json | 116 +++ corpus/nk/nk-nk30-u4xf.md | 51 ++ corpus/nk/nk-nk32-p2xf.json | 108 +++ corpus/nk/nk-nk32-p2xf.md | 49 + corpus/nk/nk-nk33-w2e3s.json | 108 +++ corpus/nk/nk-nk33-w2e3s.md | 49 + corpus/nk/nk-nk33-y7e3s.json | 108 +++ corpus/nk/nk-nk33-y7e3s.md | 49 + corpus/nk/nk-nk34-d4xf.json | 108 +++ corpus/nk/nk-nk34-d4xf.md | 49 + corpus/nk/nk-nk34-p4e3s.json | 108 +++ corpus/nk/nk-nk34-p4e3s.md | 49 + corpus/nk/nk-nk36-h9e3s.json | 108 +++ corpus/nk/nk-nk36-h9e3s.md | 49 + corpus/nk/nk-nk37-c1e3.json | 108 +++ corpus/nk/nk-nk37-c1e3.md | 49 + corpus/nk/nk-nk37-h7xf.json | 108 +++ corpus/nk/nk-nk37-h7xf.md | 48 + corpus/nk/nk-nk38-b5e3s.json | 108 +++ corpus/nk/nk-nk38-b5e3s.md | 49 + corpus/nk/nk-nk39-m8xf.json | 108 +++ corpus/nk/nk-nk39-m8xf.md | 49 + corpus/nk/nk-nk39-s6xf.json | 108 +++ corpus/nk/nk-nk39-s6xf.md | 49 + corpus/nk/nk-nk39-w2e3s.json | 108 +++ corpus/nk/nk-nk39-w2e3s.md | 48 + corpus/nk/nk-nk40-p5e3.json | 108 +++ corpus/nk/nk-nk40-p5e3.md | 49 + corpus/nk/nk-nk42-a6e3s.json | 108 +++ corpus/nk/nk-nk42-a6e3s.md | 49 + corpus/nk/nk-nk42-t5xf.json | 104 +++ corpus/nk/nk-nk42-t5xf.md | 48 + corpus/nk/nk-nk42-y2xfs.json | 108 +++ corpus/nk/nk-nk42-y2xfs.md | 48 + corpus/nk/nk-nk43-k9e3s.json | 108 +++ corpus/nk/nk-nk43-k9e3s.md | 48 + corpus/nk/nk-nk43-w1xfs.json | 108 +++ corpus/nk/nk-nk43-w1xfs.md | 49 + corpus/nk/nk-nk44-j4xfs.json | 108 +++ corpus/nk/nk-nk44-j4xfs.md | 49 + corpus/nk/nk-nk44-y6e3s.json | 108 +++ corpus/nk/nk-nk44-y6e3s.md | 48 + corpus/nk/nk-nk46-b4xfs.json | 104 +++ corpus/nk/nk-nk46-b4xfs.md | 48 + corpus/nk/nk-nk47-c6xfs.json | 100 +++ corpus/nk/nk-nk47-c6xfs.md | 46 + corpus/nk/nk-nk47-g5e3s.json | 104 +++ corpus/nk/nk-nk47-g5e3s.md | 48 + corpus/nk/nk-nk47-u1xfs.json | 108 +++ corpus/nk/nk-nk47-u1xfs.md | 49 + corpus/nk/nk-nk48-m4xfs.json | 104 +++ corpus/nk/nk-nk48-m4xfs.md | 47 + corpus/nk/nk-nk49-d7e3s.json | 104 +++ corpus/nk/nk-nk49-d7e3s.md | 47 + corpus/nk/nk-nk49-n7xf.json | 104 +++ corpus/nk/nk-nk49-n7xf.md | 48 + corpus/nk/nk-nk49-z9xfs.json | 104 +++ corpus/nk/nk-nk49-z9xfs.md | 47 + corpus/nk/nk-nk50-w4e3s.json | 104 +++ corpus/nk/nk-nk50-w4e3s.md | 48 + corpus/nk/nk-nk52-d6e3.json | 104 +++ corpus/nk/nk-nk52-d6e3.md | 48 + corpus/nk/nk-nk52-m2xfs.json | 100 +++ corpus/nk/nk-nk52-m2xfs.md | 47 + corpus/nk/nk-nk54-j9xfs.json | 100 +++ corpus/nk/nk-nk54-j9xfs.md | 47 + corpus/nk/nk-nk58-y9xf.json | 104 +++ corpus/nk/nk-nk58-y9xf.md | 48 + corpus/nk/nk-nk8005.json | 103 +++ corpus/nk/nk-nk8005.md | 44 + corpus/nk/nk-nk8232.json | 102 +++ corpus/nk/nk-nk8232.md | 44 + corpus/nk/nk-nk8309.json | 102 +++ corpus/nk/nk-nk8309.md | 43 + corpus/nk/nk-nk8519.json | 102 +++ corpus/nk/nk-nk8519.md | 44 + corpus/nk/nk-nk8558.json | 102 +++ corpus/nk/nk-nk8558.md | 44 + corpus/nk/nk-nk8711.json | 102 +++ corpus/nk/nk-nk8711.md | 44 + corpus/nk/nk-nk8828.json | 102 +++ corpus/nk/nk-nk8828.md | 43 + corpus/nk/nk-nk9134.json | 102 +++ corpus/nk/nk-nk9134.md | 43 + corpus/nk/nk-nk9175.json | 102 +++ corpus/nk/nk-nk9175.md | 44 + corpus/nk/nk-nk9231.json | 102 +++ corpus/nk/nk-nk9231.md | 44 + corpus/nk/nk-nk9400.json | 102 +++ corpus/nk/nk-nk9400.md | 44 + corpus/nk/nk-nk9501.json | 102 +++ corpus/nk/nk-nk9501.md | 43 + corpus/nk/nk-nk9535.json | 102 +++ corpus/nk/nk-nk9535.md | 44 + corpus/nk/nk-nk9771.json | 102 +++ corpus/nk/nk-nk9771.md | 44 + corpus/nk/nk-nk9802.json | 102 +++ corpus/nk/nk-nk9802.md | 43 + corpus/nk/nk-nk9805.json | 102 +++ corpus/nk/nk-nk9805.md | 44 + corpus/nk/nk-nk9819.json | 102 +++ corpus/nk/nk-nk9819.md | 43 + corpus/nk/nk-nk9908.json | 102 +++ corpus/nk/nk-nk9908.md | 44 + docs_mcp/lessons.md | 44 +- requirements.txt | 1 + scrape/sources/agripro.py | 510 ++++++++++- scrape/sources/nk.py | 834 +++++++++++++++++- 296 files changed, 23233 insertions(+), 60 deletions(-) create mode 100644 corpus/agripro/agripro-aac-synergy.json create mode 100644 corpus/agripro/agripro-aac-synergy.md create mode 100644 corpus/agripro/agripro-agripro-hy141.json create mode 100644 corpus/agripro/agripro-agripro-hy141.md create mode 100644 corpus/agripro/agripro-agripro-hy155.json create mode 100644 corpus/agripro/agripro-agripro-hy155.md create mode 100644 corpus/agripro/agripro-agripro-hy162.json create mode 100644 corpus/agripro/agripro-agripro-hy162.md create mode 100644 corpus/agripro/agripro-ap-dagr.json create mode 100644 corpus/agripro/agripro-ap-dagr.md create mode 100644 corpus/agripro/agripro-ap-elevate.json create mode 100644 corpus/agripro/agripro-ap-elevate.md create mode 100644 corpus/agripro/agripro-ap-exceed.json create mode 100644 corpus/agripro/agripro-ap-exceed.md create mode 100644 corpus/agripro/agripro-ap-gunsmoke-cl2.json create mode 100644 corpus/agripro/agripro-ap-gunsmoke-cl2.md create mode 100644 corpus/agripro/agripro-ap-iconic.json create mode 100644 corpus/agripro/agripro-ap-iconic.md create mode 100644 corpus/agripro/agripro-ap-iliad.json create mode 100644 corpus/agripro/agripro-ap-iliad.md create mode 100644 corpus/agripro/agripro-ap-murdock.json create mode 100644 corpus/agripro/agripro-ap-murdock.md create mode 100644 corpus/agripro/agripro-ap-olympia.json create mode 100644 corpus/agripro/agripro-ap-olympia.md create mode 100644 corpus/agripro/agripro-ap-renegade.json create mode 100644 corpus/agripro/agripro-ap-renegade.md create mode 100644 corpus/agripro/agripro-ap-revolution.json create mode 100644 corpus/agripro/agripro-ap-revolution.md create mode 100644 corpus/agripro/agripro-ap-smith.json create mode 100644 corpus/agripro/agripro-ap-smith.md create mode 100644 corpus/agripro/agripro-ap-stocky.json create mode 100644 corpus/agripro/agripro-ap-stocky.md create mode 100644 corpus/agripro/agripro-ap-sunbird.json create mode 100644 corpus/agripro/agripro-ap-sunbird.md create mode 100644 corpus/agripro/agripro-ap-venom.json create mode 100644 corpus/agripro/agripro-ap-venom.md create mode 100644 corpus/agripro/agripro-dayn.json create mode 100644 corpus/agripro/agripro-dayn.md create mode 100644 corpus/agripro/agripro-sy-assure.json create mode 100644 corpus/agripro/agripro-sy-assure.md create mode 100644 corpus/agripro/agripro-sy-clearstone-cl2.json create mode 100644 corpus/agripro/agripro-sy-clearstone-cl2.md create mode 100644 corpus/agripro/agripro-sy-dayton.json create mode 100644 corpus/agripro/agripro-sy-dayton.md create mode 100644 corpus/agripro/agripro-sy-ovation.json create mode 100644 corpus/agripro/agripro-sy-ovation.md create mode 100644 corpus/agripro/agripro-sy-raptor.json create mode 100644 corpus/agripro/agripro-sy-raptor.md create mode 100644 corpus/nk/nk-nk0001.json create mode 100644 corpus/nk/nk-nk0001.md create mode 100644 corpus/nk/nk-nk0007.json create mode 100644 corpus/nk/nk-nk0007.md create mode 100644 corpus/nk/nk-nk0025.json create mode 100644 corpus/nk/nk-nk0025.md create mode 100644 corpus/nk/nk-nk008-p8xf.json create mode 100644 corpus/nk/nk-nk008-p8xf.md create mode 100644 corpus/nk/nk-nk009-g7e3.json create mode 100644 corpus/nk/nk-nk009-g7e3.md create mode 100644 corpus/nk/nk-nk01-b9e3.json create mode 100644 corpus/nk/nk-nk01-b9e3.md create mode 100644 corpus/nk/nk-nk0123.json create mode 100644 corpus/nk/nk-nk0123.md create mode 100644 corpus/nk/nk-nk02-d5e3.json create mode 100644 corpus/nk/nk-nk02-d5e3.md create mode 100644 corpus/nk/nk-nk02-y2xf.json create mode 100644 corpus/nk/nk-nk02-y2xf.md create mode 100644 corpus/nk/nk-nk0252.json create mode 100644 corpus/nk/nk-nk0252.md create mode 100644 corpus/nk/nk-nk03-c7e3.json create mode 100644 corpus/nk/nk-nk03-c7e3.md create mode 100644 corpus/nk/nk-nk03-j1xf.json create mode 100644 corpus/nk/nk-nk03-j1xf.md create mode 100644 corpus/nk/nk-nk04-q9xf.json create mode 100644 corpus/nk/nk-nk04-q9xf.md create mode 100644 corpus/nk/nk-nk0401.json create mode 100644 corpus/nk/nk-nk0401.md create mode 100644 corpus/nk/nk-nk0415.json create mode 100644 corpus/nk/nk-nk0415.md create mode 100644 corpus/nk/nk-nk0440.json create mode 100644 corpus/nk/nk-nk0440.md create mode 100644 corpus/nk/nk-nk05-p4e3.json create mode 100644 corpus/nk/nk-nk05-p4e3.md create mode 100644 corpus/nk/nk-nk05-w3xf.json create mode 100644 corpus/nk/nk-nk05-w3xf.md create mode 100644 corpus/nk/nk-nk06-a1e3.json create mode 100644 corpus/nk/nk-nk06-a1e3.md create mode 100644 corpus/nk/nk-nk06-c4xf.json create mode 100644 corpus/nk/nk-nk06-c4xf.md create mode 100644 corpus/nk/nk-nk0604.json create mode 100644 corpus/nk/nk-nk0604.md create mode 100644 corpus/nk/nk-nk07-g5e3.json create mode 100644 corpus/nk/nk-nk07-g5e3.md create mode 100644 corpus/nk/nk-nk0717.json create mode 100644 corpus/nk/nk-nk0717.md create mode 100644 corpus/nk/nk-nk08-r3xf.json create mode 100644 corpus/nk/nk-nk08-r3xf.md create mode 100644 corpus/nk/nk-nk08-z4e3.json create mode 100644 corpus/nk/nk-nk08-z4e3.md create mode 100644 corpus/nk/nk-nk0880.json create mode 100644 corpus/nk/nk-nk0880.md create mode 100644 corpus/nk/nk-nk09-v2e3.json create mode 100644 corpus/nk/nk-nk09-v2e3.md create mode 100644 corpus/nk/nk-nk10-p7xf.json create mode 100644 corpus/nk/nk-nk10-p7xf.md create mode 100644 corpus/nk/nk-nk1056.json create mode 100644 corpus/nk/nk-nk1056.md create mode 100644 corpus/nk/nk-nk1082.json create mode 100644 corpus/nk/nk-nk1082.md create mode 100644 corpus/nk/nk-nk11-a4e3.json create mode 100644 corpus/nk/nk-nk11-a4e3.md create mode 100644 corpus/nk/nk-nk11-u2xf.json create mode 100644 corpus/nk/nk-nk11-u2xf.md create mode 100644 corpus/nk/nk-nk1188.json create mode 100644 corpus/nk/nk-nk1188.md create mode 100644 corpus/nk/nk-nk1228.json create mode 100644 corpus/nk/nk-nk1228.md create mode 100644 corpus/nk/nk-nk1239.json create mode 100644 corpus/nk/nk-nk1239.md create mode 100644 corpus/nk/nk-nk13-y4xf.json create mode 100644 corpus/nk/nk-nk13-y4xf.md create mode 100644 corpus/nk/nk-nk1307.json create mode 100644 corpus/nk/nk-nk1307.md create mode 100644 corpus/nk/nk-nk1386.json create mode 100644 corpus/nk/nk-nk1386.md create mode 100644 corpus/nk/nk-nk14-u5e3.json create mode 100644 corpus/nk/nk-nk14-u5e3.md create mode 100644 corpus/nk/nk-nk14-v3xf.json create mode 100644 corpus/nk/nk-nk14-v3xf.md create mode 100644 corpus/nk/nk-nk1480.json create mode 100644 corpus/nk/nk-nk1480.md create mode 100644 corpus/nk/nk-nk15-g9e3s.json create mode 100644 corpus/nk/nk-nk15-g9e3s.md create mode 100644 corpus/nk/nk-nk1523.json create mode 100644 corpus/nk/nk-nk1523.md create mode 100644 corpus/nk/nk-nk16-b4e3s.json create mode 100644 corpus/nk/nk-nk16-b4e3s.md create mode 100644 corpus/nk/nk-nk16-z6e3.json create mode 100644 corpus/nk/nk-nk16-z6e3.md create mode 100644 corpus/nk/nk-nk1661.json create mode 100644 corpus/nk/nk-nk1661.md create mode 100644 corpus/nk/nk-nk1694.json create mode 100644 corpus/nk/nk-nk1694.md create mode 100644 corpus/nk/nk-nk17-h1e3.json create mode 100644 corpus/nk/nk-nk17-h1e3.md create mode 100644 corpus/nk/nk-nk17-m2xf.json create mode 100644 corpus/nk/nk-nk17-m2xf.md create mode 100644 corpus/nk/nk-nk1732.json create mode 100644 corpus/nk/nk-nk1732.md create mode 100644 corpus/nk/nk-nk18-a6xf.json create mode 100644 corpus/nk/nk-nk18-a6xf.md create mode 100644 corpus/nk/nk-nk19-t8e3s.json create mode 100644 corpus/nk/nk-nk19-t8e3s.md create mode 100644 corpus/nk/nk-nk20-j9e3s.json create mode 100644 corpus/nk/nk-nk20-j9e3s.md create mode 100644 corpus/nk/nk-nk20-k2xf.json create mode 100644 corpus/nk/nk-nk20-k2xf.md create mode 100644 corpus/nk/nk-nk21-c2e3.json create mode 100644 corpus/nk/nk-nk21-c2e3.md create mode 100644 corpus/nk/nk-nk21-h4xf.json create mode 100644 corpus/nk/nk-nk21-h4xf.md create mode 100644 corpus/nk/nk-nk23-p1e3.json create mode 100644 corpus/nk/nk-nk23-p1e3.md create mode 100644 corpus/nk/nk-nk23-t9xf.json create mode 100644 corpus/nk/nk-nk23-t9xf.md create mode 100644 corpus/nk/nk-nk24-u5xf.json create mode 100644 corpus/nk/nk-nk24-u5xf.md create mode 100644 corpus/nk/nk-nk25-v7e3.json create mode 100644 corpus/nk/nk-nk25-v7e3.md create mode 100644 corpus/nk/nk-nk26-m6e3.json create mode 100644 corpus/nk/nk-nk26-m6e3.md create mode 100644 corpus/nk/nk-nk26-z1xf.json create mode 100644 corpus/nk/nk-nk26-z1xf.md create mode 100644 corpus/nk/nk-nk27-k4e3s.json create mode 100644 corpus/nk/nk-nk27-k4e3s.md create mode 100644 corpus/nk/nk-nk28-g7e3s.json create mode 100644 corpus/nk/nk-nk28-g7e3s.md create mode 100644 corpus/nk/nk-nk28-p6xf.json create mode 100644 corpus/nk/nk-nk28-p6xf.md create mode 100644 corpus/nk/nk-nk29-q3xf.json create mode 100644 corpus/nk/nk-nk29-q3xf.md create mode 100644 corpus/nk/nk-nk29-w9e3s.json create mode 100644 corpus/nk/nk-nk29-w9e3s.md create mode 100644 corpus/nk/nk-nk30-a9e3.json create mode 100644 corpus/nk/nk-nk30-a9e3.md create mode 100644 corpus/nk/nk-nk30-g8xf.json create mode 100644 corpus/nk/nk-nk30-g8xf.md create mode 100644 corpus/nk/nk-nk30-t1e3s.json create mode 100644 corpus/nk/nk-nk30-t1e3s.md create mode 100644 corpus/nk/nk-nk30-u4xf.json create mode 100644 corpus/nk/nk-nk30-u4xf.md create mode 100644 corpus/nk/nk-nk32-p2xf.json create mode 100644 corpus/nk/nk-nk32-p2xf.md create mode 100644 corpus/nk/nk-nk33-w2e3s.json create mode 100644 corpus/nk/nk-nk33-w2e3s.md create mode 100644 corpus/nk/nk-nk33-y7e3s.json create mode 100644 corpus/nk/nk-nk33-y7e3s.md create mode 100644 corpus/nk/nk-nk34-d4xf.json create mode 100644 corpus/nk/nk-nk34-d4xf.md create mode 100644 corpus/nk/nk-nk34-p4e3s.json create mode 100644 corpus/nk/nk-nk34-p4e3s.md create mode 100644 corpus/nk/nk-nk36-h9e3s.json create mode 100644 corpus/nk/nk-nk36-h9e3s.md create mode 100644 corpus/nk/nk-nk37-c1e3.json create mode 100644 corpus/nk/nk-nk37-c1e3.md create mode 100644 corpus/nk/nk-nk37-h7xf.json create mode 100644 corpus/nk/nk-nk37-h7xf.md create mode 100644 corpus/nk/nk-nk38-b5e3s.json create mode 100644 corpus/nk/nk-nk38-b5e3s.md create mode 100644 corpus/nk/nk-nk39-m8xf.json create mode 100644 corpus/nk/nk-nk39-m8xf.md create mode 100644 corpus/nk/nk-nk39-s6xf.json create mode 100644 corpus/nk/nk-nk39-s6xf.md create mode 100644 corpus/nk/nk-nk39-w2e3s.json create mode 100644 corpus/nk/nk-nk39-w2e3s.md create mode 100644 corpus/nk/nk-nk40-p5e3.json create mode 100644 corpus/nk/nk-nk40-p5e3.md create mode 100644 corpus/nk/nk-nk42-a6e3s.json create mode 100644 corpus/nk/nk-nk42-a6e3s.md create mode 100644 corpus/nk/nk-nk42-t5xf.json create mode 100644 corpus/nk/nk-nk42-t5xf.md create mode 100644 corpus/nk/nk-nk42-y2xfs.json create mode 100644 corpus/nk/nk-nk42-y2xfs.md create mode 100644 corpus/nk/nk-nk43-k9e3s.json create mode 100644 corpus/nk/nk-nk43-k9e3s.md create mode 100644 corpus/nk/nk-nk43-w1xfs.json create mode 100644 corpus/nk/nk-nk43-w1xfs.md create mode 100644 corpus/nk/nk-nk44-j4xfs.json create mode 100644 corpus/nk/nk-nk44-j4xfs.md create mode 100644 corpus/nk/nk-nk44-y6e3s.json create mode 100644 corpus/nk/nk-nk44-y6e3s.md create mode 100644 corpus/nk/nk-nk46-b4xfs.json create mode 100644 corpus/nk/nk-nk46-b4xfs.md create mode 100644 corpus/nk/nk-nk47-c6xfs.json create mode 100644 corpus/nk/nk-nk47-c6xfs.md create mode 100644 corpus/nk/nk-nk47-g5e3s.json create mode 100644 corpus/nk/nk-nk47-g5e3s.md create mode 100644 corpus/nk/nk-nk47-u1xfs.json create mode 100644 corpus/nk/nk-nk47-u1xfs.md create mode 100644 corpus/nk/nk-nk48-m4xfs.json create mode 100644 corpus/nk/nk-nk48-m4xfs.md create mode 100644 corpus/nk/nk-nk49-d7e3s.json create mode 100644 corpus/nk/nk-nk49-d7e3s.md create mode 100644 corpus/nk/nk-nk49-n7xf.json create mode 100644 corpus/nk/nk-nk49-n7xf.md create mode 100644 corpus/nk/nk-nk49-z9xfs.json create mode 100644 corpus/nk/nk-nk49-z9xfs.md create mode 100644 corpus/nk/nk-nk50-w4e3s.json create mode 100644 corpus/nk/nk-nk50-w4e3s.md create mode 100644 corpus/nk/nk-nk52-d6e3.json create mode 100644 corpus/nk/nk-nk52-d6e3.md create mode 100644 corpus/nk/nk-nk52-m2xfs.json create mode 100644 corpus/nk/nk-nk52-m2xfs.md create mode 100644 corpus/nk/nk-nk54-j9xfs.json create mode 100644 corpus/nk/nk-nk54-j9xfs.md create mode 100644 corpus/nk/nk-nk58-y9xf.json create mode 100644 corpus/nk/nk-nk58-y9xf.md create mode 100644 corpus/nk/nk-nk8005.json create mode 100644 corpus/nk/nk-nk8005.md create mode 100644 corpus/nk/nk-nk8232.json create mode 100644 corpus/nk/nk-nk8232.md create mode 100644 corpus/nk/nk-nk8309.json create mode 100644 corpus/nk/nk-nk8309.md create mode 100644 corpus/nk/nk-nk8519.json create mode 100644 corpus/nk/nk-nk8519.md create mode 100644 corpus/nk/nk-nk8558.json create mode 100644 corpus/nk/nk-nk8558.md create mode 100644 corpus/nk/nk-nk8711.json create mode 100644 corpus/nk/nk-nk8711.md create mode 100644 corpus/nk/nk-nk8828.json create mode 100644 corpus/nk/nk-nk8828.md create mode 100644 corpus/nk/nk-nk9134.json create mode 100644 corpus/nk/nk-nk9134.md create mode 100644 corpus/nk/nk-nk9175.json create mode 100644 corpus/nk/nk-nk9175.md create mode 100644 corpus/nk/nk-nk9231.json create mode 100644 corpus/nk/nk-nk9231.md create mode 100644 corpus/nk/nk-nk9400.json create mode 100644 corpus/nk/nk-nk9400.md create mode 100644 corpus/nk/nk-nk9501.json create mode 100644 corpus/nk/nk-nk9501.md create mode 100644 corpus/nk/nk-nk9535.json create mode 100644 corpus/nk/nk-nk9535.md create mode 100644 corpus/nk/nk-nk9771.json create mode 100644 corpus/nk/nk-nk9771.md create mode 100644 corpus/nk/nk-nk9802.json create mode 100644 corpus/nk/nk-nk9802.md create mode 100644 corpus/nk/nk-nk9805.json create mode 100644 corpus/nk/nk-nk9805.md create mode 100644 corpus/nk/nk-nk9819.json create mode 100644 corpus/nk/nk-nk9819.md create mode 100644 corpus/nk/nk-nk9908.json create mode 100644 corpus/nk/nk-nk9908.md diff --git a/corpus/agripro/agripro-aac-synergy.json b/corpus/agripro/agripro-aac-synergy.json new file mode 100644 index 00000000..2eb9bdac --- /dev/null +++ b/corpus/agripro/agripro-aac-synergy.json @@ -0,0 +1,30 @@ +{ + "source": "agripro", + "source_key": "agripro-aac-synergy", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AAC Synergy", + "product_id": null, + "hybrid_prefix": "AAC Synergy", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "Barley", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Spring Malt Barley", + "tagline": "Spring Malt Barley", + "strengths": [], + "characteristics_groups": [], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/aac-synergy" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:40.150282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-aac-synergy.md b/corpus/agripro/agripro-aac-synergy.md new file mode 100644 index 00000000..4d75606d --- /dev/null +++ b/corpus/agripro/agripro-aac-synergy.md @@ -0,0 +1,11 @@ +# AAC Synergy + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** Barley +- **Tagline:** Spring Malt Barley +- **Source:** https://agriprowheat.com/variety/aac-synergy +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- diff --git a/corpus/agripro/agripro-agripro-hy141.json b/corpus/agripro/agripro-agripro-hy141.json new file mode 100644 index 00000000..73fe1c05 --- /dev/null +++ b/corpus/agripro/agripro-agripro-hy141.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-agripro-hy141", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AgriPro HY141", + "product_id": null, + "hybrid_prefix": "AgriPro HY141", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Hybrid Wheat", + "tagline": "Hybrid Wheat", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Fair" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Fair" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "4" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "5" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + }, + { + "characteristic": "Foliar Disease", + "value": "4" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/agripro-hy141" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:41.147239+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-agripro-hy141.md b/corpus/agripro/agripro-agripro-hy141.md new file mode 100644 index 00000000..d6f889c6 --- /dev/null +++ b/corpus/agripro/agripro-agripro-hy141.md @@ -0,0 +1,35 @@ +# AgriPro HY141 + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Hybrid Wheat +- **Source:** https://agriprowheat.com/variety/agripro-hy141 +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Fair | +| Relative Maturity | Medium | +| Plant Height | Tall | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Fair | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 4 | +| Leaf Rust | 2 | +| Bacterial Leaf Streak | 5 | +| FUSARIUM HEAD BLIGHT | 4 | +| Foliar Disease | 4 | diff --git a/corpus/agripro/agripro-agripro-hy155.json b/corpus/agripro/agripro-agripro-hy155.json new file mode 100644 index 00000000..707e5791 --- /dev/null +++ b/corpus/agripro/agripro-agripro-hy155.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-agripro-hy155", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AgriPro HY155", + "product_id": null, + "hybrid_prefix": "AgriPro HY155", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Hybrid Wheat", + "tagline": "Hybrid Wheat", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "4" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "5" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + }, + { + "characteristic": "Foliar Disease", + "value": "5" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/agripro-hy155" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:42.151076+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-agripro-hy155.md b/corpus/agripro/agripro-agripro-hy155.md new file mode 100644 index 00000000..c8711e4f --- /dev/null +++ b/corpus/agripro/agripro-agripro-hy155.md @@ -0,0 +1,35 @@ +# AgriPro HY155 + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Hybrid Wheat +- **Source:** https://agriprowheat.com/variety/agripro-hy155 +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Medium | +| Plant Height | Tall | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 4 | +| Leaf Rust | 2 | +| Bacterial Leaf Streak | 5 | +| FUSARIUM HEAD BLIGHT | 4 | +| Foliar Disease | 5 | diff --git a/corpus/agripro/agripro-agripro-hy162.json b/corpus/agripro/agripro-agripro-hy162.json new file mode 100644 index 00000000..27a6621d --- /dev/null +++ b/corpus/agripro/agripro-agripro-hy162.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-agripro-hy162", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AgriPro HY162", + "product_id": null, + "hybrid_prefix": "AgriPro HY162", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Hybrid Wheat", + "tagline": "Hybrid Wheat", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Fair" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "5" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "5" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + }, + { + "characteristic": "Foliar Disease", + "value": "4" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/agripro-hy162" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:43.170480+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-agripro-hy162.md b/corpus/agripro/agripro-agripro-hy162.md new file mode 100644 index 00000000..6a01af72 --- /dev/null +++ b/corpus/agripro/agripro-agripro-hy162.md @@ -0,0 +1,35 @@ +# AgriPro HY162 + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Hybrid Wheat +- **Source:** https://agriprowheat.com/variety/agripro-hy162 +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Medium | +| Plant Height | Tall | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Fair | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 5 | +| Leaf Rust | 2 | +| Bacterial Leaf Streak | 5 | +| FUSARIUM HEAD BLIGHT | 4 | +| Foliar Disease | 4 | diff --git a/corpus/agripro/agripro-ap-dagr.json b/corpus/agripro/agripro-ap-dagr.json new file mode 100644 index 00000000..e2e024fd --- /dev/null +++ b/corpus/agripro/agripro-ap-dagr.json @@ -0,0 +1,93 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-dagr", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Dagr", + "product_id": null, + "hybrid_prefix": "AP Dagr", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Top-End Yield Potential", + "tagline": "Top-End Yield Potential", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Fair" + }, + { + "characteristic": "Yield", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "5" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "4" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "5" + }, + { + "characteristic": "Foliar Disease", + "value": "5" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-dagr" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:44.147373+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-dagr.md b/corpus/agripro/agripro-ap-dagr.md new file mode 100644 index 00000000..ea0bf9e5 --- /dev/null +++ b/corpus/agripro/agripro-ap-dagr.md @@ -0,0 +1,36 @@ +# AP Dagr + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Top-End Yield Potential +- **Source:** https://agriprowheat.com/variety/ap-dagr +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Late | +| Plant Height | Medium | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Fair | +| Yield | Excellent | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 5 | +| Leaf Rust | 2 | +| Bacterial Leaf Streak | 4 | +| FUSARIUM HEAD BLIGHT | 5 | +| Foliar Disease | 5 | diff --git a/corpus/agripro/agripro-ap-elevate.json b/corpus/agripro/agripro-ap-elevate.json new file mode 100644 index 00000000..573286cd --- /dev/null +++ b/corpus/agripro/agripro-ap-elevate.json @@ -0,0 +1,93 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-elevate", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Elevate", + "product_id": null, + "hybrid_prefix": "AP Elevate", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Elevating Wheat Yield Potential", + "tagline": "Elevating Wheat Yield Potential", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Very Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "1" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Disease", + "value": "4" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "4" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + }, + { + "characteristic": "Foliar Disease", + "value": "3" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-elevate" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:45.141609+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-elevate.md b/corpus/agripro/agripro-ap-elevate.md new file mode 100644 index 00000000..dafecf6a --- /dev/null +++ b/corpus/agripro/agripro-ap-elevate.md @@ -0,0 +1,36 @@ +# AP Elevate + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Elevating Wheat Yield Potential +- **Source:** https://agriprowheat.com/variety/ap-elevate +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Very Good | +| Relative Maturity | Late | +| Plant Height | Medium | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 1 | +| Leaf Rust | 2 | +| Bacterial Leaf Disease | 4 | +| Bacterial Leaf Streak | 4 | +| FUSARIUM HEAD BLIGHT | 4 | +| Foliar Disease | 3 | diff --git a/corpus/agripro/agripro-ap-exceed.json b/corpus/agripro/agripro-ap-exceed.json new file mode 100644 index 00000000..0c693a4d --- /dev/null +++ b/corpus/agripro/agripro-ap-exceed.json @@ -0,0 +1,77 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-exceed", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Exceed", + "product_id": null, + "hybrid_prefix": "AP Exceed", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "SWW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Surpass Expectations", + "tagline": "Surpass Expectations", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Very Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Short" + }, + { + "characteristic": "Winter Hardiness", + "value": "Excellent" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "1" + }, + { + "characteristic": "Septoria", + "value": "3" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-exceed" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:31.038939+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-exceed.md b/corpus/agripro/agripro-ap-exceed.md new file mode 100644 index 00000000..b14a6818 --- /dev/null +++ b/corpus/agripro/agripro-ap-exceed.md @@ -0,0 +1,32 @@ +# AP Exceed + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** SWW +- **Tagline:** Surpass Expectations +- **Source:** https://agriprowheat.com/variety/ap-exceed +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Very Good | +| Relative Maturity | Early | +| Plant Height | Short | +| Winter Hardiness | Excellent | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 1 | +| Septoria | 3 | diff --git a/corpus/agripro/agripro-ap-gunsmoke-cl2.json b/corpus/agripro/agripro-ap-gunsmoke-cl2.json new file mode 100644 index 00000000..663a7ea9 --- /dev/null +++ b/corpus/agripro/agripro-ap-gunsmoke-cl2.json @@ -0,0 +1,85 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-gunsmoke-cl2", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Gunsmoke CL2", + "product_id": null, + "hybrid_prefix": "AP Gunsmoke CL2", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Double-Barreled Performance", + "tagline": "Double-Barreled Performance", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Very Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "4" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "4" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-gunsmoke-cl2" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:46.113379+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-gunsmoke-cl2.md b/corpus/agripro/agripro-ap-gunsmoke-cl2.md new file mode 100644 index 00000000..da7c4b75 --- /dev/null +++ b/corpus/agripro/agripro-ap-gunsmoke-cl2.md @@ -0,0 +1,34 @@ +# AP Gunsmoke CL2 + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Double-Barreled Performance +- **Source:** https://agriprowheat.com/variety/ap-gunsmoke-cl2 +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Very Good | +| Relative Maturity | Medium | +| Plant Height | Medium | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 4 | +| Leaf Rust | 2 | +| Bacterial Leaf Streak | 4 | +| FUSARIUM HEAD BLIGHT | 4 | diff --git a/corpus/agripro/agripro-ap-iconic.json b/corpus/agripro/agripro-ap-iconic.json new file mode 100644 index 00000000..4d92e05c --- /dev/null +++ b/corpus/agripro/agripro-ap-iconic.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-iconic", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Iconic", + "product_id": null, + "hybrid_prefix": "AP Iconic", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Next-Gen Yield Leader", + "tagline": "Next-Gen Yield Leader", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Relative Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Fair" + }, + { + "characteristic": "Yield", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "2" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "4" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + }, + { + "characteristic": "Foliar Disease", + "value": "4" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-iconic" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:47.121717+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-iconic.md b/corpus/agripro/agripro-ap-iconic.md new file mode 100644 index 00000000..86c5f406 --- /dev/null +++ b/corpus/agripro/agripro-ap-iconic.md @@ -0,0 +1,35 @@ +# AP Iconic + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Next-Gen Yield Leader +- **Source:** https://agriprowheat.com/variety/ap-iconic +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Relative Maturity | Late | +| Plant Height | Tall | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Fair | +| Yield | Excellent | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 2 | +| Leaf Rust | 2 | +| Bacterial Leaf Streak | 4 | +| FUSARIUM HEAD BLIGHT | 4 | +| Foliar Disease | 4 | diff --git a/corpus/agripro/agripro-ap-iliad.json b/corpus/agripro/agripro-ap-iliad.json new file mode 100644 index 00000000..1072565c --- /dev/null +++ b/corpus/agripro/agripro-ap-iliad.json @@ -0,0 +1,101 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-iliad", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Iliad", + "product_id": null, + "hybrid_prefix": "AP Iliad", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "SWW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Reach Epic Yields", + "tagline": "Reach Epic Yields", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Winter Hardiness", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "1" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "1" + }, + { + "characteristic": "Ceph. Stripe", + "value": "8" + }, + { + "characteristic": "Septoria", + "value": "5" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Eyespot", + "value": "2" + }, + { + "characteristic": "Physiological Leaf Spot", + "value": "1" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-iliad" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:32.033488+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-iliad.md b/corpus/agripro/agripro-ap-iliad.md new file mode 100644 index 00000000..1b5d038a --- /dev/null +++ b/corpus/agripro/agripro-ap-iliad.md @@ -0,0 +1,38 @@ +# AP Iliad + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** SWW +- **Tagline:** Reach Epic Yields +- **Source:** https://agriprowheat.com/variety/ap-iliad +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Early | +| Plant Height | Medium | +| Winter Hardiness | Very Good | +| Emergence | Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 1 | +| SOIL-BORN MOSAIC VIRUS | 1 | +| Ceph. Stripe | 8 | +| Septoria | 5 | +| Fusarium Crown Rot | 3 | +| Eyespot | 2 | +| Physiological Leaf Spot | 1 | diff --git a/corpus/agripro/agripro-ap-murdock.json b/corpus/agripro/agripro-ap-murdock.json new file mode 100644 index 00000000..41237896 --- /dev/null +++ b/corpus/agripro/agripro-ap-murdock.json @@ -0,0 +1,85 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-murdock", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Murdock", + "product_id": null, + "hybrid_prefix": "AP Murdock", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Yield Muscle and Straw Strength", + "tagline": "Yield Muscle and Straw Strength", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Very Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "3" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "4" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + }, + { + "characteristic": "Foliar Disease", + "value": "4" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-murdock" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:48.141607+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-murdock.md b/corpus/agripro/agripro-ap-murdock.md new file mode 100644 index 00000000..8506ef06 --- /dev/null +++ b/corpus/agripro/agripro-ap-murdock.md @@ -0,0 +1,34 @@ +# AP Murdock + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Yield Muscle and Straw Strength +- **Source:** https://agriprowheat.com/variety/ap-murdock +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Very Good | +| Relative Maturity | Early | +| Plant Height | Medium | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 3 | +| Leaf Rust | 2 | +| Bacterial Leaf Streak | 4 | +| FUSARIUM HEAD BLIGHT | 4 | +| Foliar Disease | 4 | diff --git a/corpus/agripro/agripro-ap-olympia.json b/corpus/agripro/agripro-ap-olympia.json new file mode 100644 index 00000000..76e47199 --- /dev/null +++ b/corpus/agripro/agripro-ap-olympia.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-olympia", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Olympia", + "product_id": null, + "hybrid_prefix": "AP Olympia", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "SWW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Power Up Yield Potential", + "tagline": "Power Up Yield Potential", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Winter Hardiness", + "value": "Excellent" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "2" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "9" + }, + { + "characteristic": "BARLEY YELLOW DWARF VIRUS", + "value": "5" + }, + { + "characteristic": "Ceph. Stripe", + "value": "4" + }, + { + "characteristic": "Eyespot", + "value": "7" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-olympia" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:49.107529+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-olympia.md b/corpus/agripro/agripro-ap-olympia.md new file mode 100644 index 00000000..00961062 --- /dev/null +++ b/corpus/agripro/agripro-ap-olympia.md @@ -0,0 +1,35 @@ +# AP Olympia + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** SWW +- **Tagline:** Power Up Yield Potential +- **Source:** https://agriprowheat.com/variety/ap-olympia +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Medium | +| Plant Height | Medium | +| Winter Hardiness | Excellent | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 2 | +| SOIL-BORN MOSAIC VIRUS | 9 | +| BARLEY YELLOW DWARF VIRUS | 5 | +| Ceph. Stripe | 4 | +| Eyespot | 7 | diff --git a/corpus/agripro/agripro-ap-renegade.json b/corpus/agripro/agripro-ap-renegade.json new file mode 100644 index 00000000..f76a2ab8 --- /dev/null +++ b/corpus/agripro/agripro-ap-renegade.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-renegade", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Renegade", + "product_id": null, + "hybrid_prefix": "AP Renegade", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Breakthrough Performance", + "tagline": "Breakthrough Performance", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Tillering", + "value": "Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Protein content", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "3" + }, + { + "characteristic": "Hessian Fly", + "value": "1" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "3" + }, + { + "characteristic": "Dryland Foot Rot", + "value": "3" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-renegade" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:50.277835+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-renegade.md b/corpus/agripro/agripro-ap-renegade.md new file mode 100644 index 00000000..436d175d --- /dev/null +++ b/corpus/agripro/agripro-ap-renegade.md @@ -0,0 +1,35 @@ +# AP Renegade + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Breakthrough Performance +- **Source:** https://agriprowheat.com/variety/ap-renegade +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Relative Maturity | Medium | +| Plant Height | Medium | +| Tillering | Good | +| Emergence | Very Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Very Good | +| Protein content | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 3 | +| Hessian Fly | 1 | +| FUSARIUM HEAD BLIGHT | 3 | +| Dryland Foot Rot | 3 | diff --git a/corpus/agripro/agripro-ap-revolution.json b/corpus/agripro/agripro-ap-revolution.json new file mode 100644 index 00000000..917806d1 --- /dev/null +++ b/corpus/agripro/agripro-ap-revolution.json @@ -0,0 +1,77 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-revolution", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Revolution", + "product_id": null, + "hybrid_prefix": "AP Revolution", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Bred for South Dakota!", + "tagline": "Bred for South Dakota!", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Very Good" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Protein content", + "value": "Very Good" + }, + { + "characteristic": "Yield", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Bacterial Leaf Streak", + "value": "3" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "3" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-revolution" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:51.078383+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-revolution.md b/corpus/agripro/agripro-ap-revolution.md new file mode 100644 index 00000000..d5cc1048 --- /dev/null +++ b/corpus/agripro/agripro-ap-revolution.md @@ -0,0 +1,32 @@ +# AP Revolution + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Bred for South Dakota! +- **Source:** https://agriprowheat.com/variety/ap-revolution +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Very Good | +| Plant Height | Medium | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Very Good | +| Protein content | Very Good | +| Yield | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Bacterial Leaf Streak | 3 | +| FUSARIUM HEAD BLIGHT | 3 | diff --git a/corpus/agripro/agripro-ap-smith.json b/corpus/agripro/agripro-ap-smith.json new file mode 100644 index 00000000..3ec1baac --- /dev/null +++ b/corpus/agripro/agripro-ap-smith.json @@ -0,0 +1,85 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-smith", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Smith", + "product_id": null, + "hybrid_prefix": "AP Smith", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Stands Strong", + "tagline": "Stands Strong", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Excellent" + }, + { + "characteristic": "Relative Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "1" + }, + { + "characteristic": "Leaf Rust", + "value": "6" + }, + { + "characteristic": "Bacterial Leaf Streak", + "value": "3" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "4" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-smith" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:52.068865+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-smith.md b/corpus/agripro/agripro-ap-smith.md new file mode 100644 index 00000000..20b6d727 --- /dev/null +++ b/corpus/agripro/agripro-ap-smith.md @@ -0,0 +1,34 @@ +# AP Smith + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Stands Strong +- **Source:** https://agriprowheat.com/variety/ap-smith +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Excellent | +| Relative Maturity | Late | +| Plant Height | Medium | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 1 | +| Leaf Rust | 6 | +| Bacterial Leaf Streak | 3 | +| FUSARIUM HEAD BLIGHT | 4 | diff --git a/corpus/agripro/agripro-ap-stocky.json b/corpus/agripro/agripro-ap-stocky.json new file mode 100644 index 00000000..6c02d5a6 --- /dev/null +++ b/corpus/agripro/agripro-ap-stocky.json @@ -0,0 +1,113 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-stocky", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Stocky", + "product_id": null, + "hybrid_prefix": "AP Stocky", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Heavy Built Awnless", + "tagline": "Heavy Built Awnless", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Excellent" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Short" + }, + { + "characteristic": "Winter Hardiness", + "value": "Very Good" + }, + { + "characteristic": "Coleoptile Length", + "value": "Long" + }, + { + "characteristic": "Tillering", + "value": "Very Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Protein content", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "4" + }, + { + "characteristic": "Wheat Streak Mosaic", + "value": "5" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "4" + }, + { + "characteristic": "Leaf Blotch", + "value": "3" + }, + { + "characteristic": "Tan Spot", + "value": "3" + }, + { + "characteristic": "Bacterial Leaf Disease", + "value": "4" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "7" + }, + { + "characteristic": "Aluminum Tolerance", + "value": "5" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-stocky" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:53.090061+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-stocky.md b/corpus/agripro/agripro-ap-stocky.md new file mode 100644 index 00000000..81145fa0 --- /dev/null +++ b/corpus/agripro/agripro-ap-stocky.md @@ -0,0 +1,41 @@ +# AP Stocky + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRW +- **Tagline:** Heavy Built Awnless +- **Source:** https://agriprowheat.com/variety/ap-stocky +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Excellent | +| Relative Maturity | Medium | +| Plant Height | Short | +| Winter Hardiness | Very Good | +| Coleoptile Length | Long | +| Tillering | Very Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Very Good | +| Protein content | Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 4 | +| Wheat Streak Mosaic | 5 | +| SOIL-BORN MOSAIC VIRUS | 4 | +| Leaf Blotch | 3 | +| Tan Spot | 3 | +| Bacterial Leaf Disease | 4 | +| FUSARIUM HEAD BLIGHT | 7 | +| Aluminum Tolerance | 5 | diff --git a/corpus/agripro/agripro-ap-sunbird.json b/corpus/agripro/agripro-ap-sunbird.json new file mode 100644 index 00000000..5b668f17 --- /dev/null +++ b/corpus/agripro/agripro-ap-sunbird.json @@ -0,0 +1,133 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-sunbird", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Sunbird", + "product_id": null, + "hybrid_prefix": "AP Sunbird", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Great Plains Yield", + "tagline": "Great Plains Yield", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Short" + }, + { + "characteristic": "Winter Hardiness", + "value": "Very Good" + }, + { + "characteristic": "Coleoptile Length", + "value": "Medium" + }, + { + "characteristic": "Tillering", + "value": "Very Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Protein content", + "value": "Good" + }, + { + "characteristic": "Mill and Bake Quality", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stem Rust", + "value": "5" + }, + { + "characteristic": "Leaf Rust", + "value": "2" + }, + { + "characteristic": "Stripe Rust", + "value": "8" + }, + { + "characteristic": "Wheat Streak Mosaic", + "value": "4" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "2" + }, + { + "characteristic": "BARLEY YELLOW DWARF VIRUS", + "value": "4" + }, + { + "characteristic": "Leaf Blotch", + "value": "5" + }, + { + "characteristic": "Tan Spot", + "value": "6" + }, + { + "characteristic": "Hessian Fly", + "value": "8" + }, + { + "characteristic": "Bacterial Leaf Disease", + "value": "2" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "7" + }, + { + "characteristic": "Aluminum Tolerance", + "value": "3" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-sunbird" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:54.103698+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-sunbird.md b/corpus/agripro/agripro-ap-sunbird.md new file mode 100644 index 00000000..92de4fec --- /dev/null +++ b/corpus/agripro/agripro-ap-sunbird.md @@ -0,0 +1,46 @@ +# AP Sunbird + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRW +- **Tagline:** Great Plains Yield +- **Source:** https://agriprowheat.com/variety/ap-sunbird +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Early | +| Plant Height | Short | +| Winter Hardiness | Very Good | +| Coleoptile Length | Medium | +| Tillering | Very Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | +| Protein content | Good | +| Mill and Bake Quality | Excellent | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stem Rust | 5 | +| Leaf Rust | 2 | +| Stripe Rust | 8 | +| Wheat Streak Mosaic | 4 | +| SOIL-BORN MOSAIC VIRUS | 2 | +| BARLEY YELLOW DWARF VIRUS | 4 | +| Leaf Blotch | 5 | +| Tan Spot | 6 | +| Hessian Fly | 8 | +| Bacterial Leaf Disease | 2 | +| FUSARIUM HEAD BLIGHT | 7 | +| Aluminum Tolerance | 3 | diff --git a/corpus/agripro/agripro-ap-venom.json b/corpus/agripro/agripro-ap-venom.json new file mode 100644 index 00000000..4f5e0f35 --- /dev/null +++ b/corpus/agripro/agripro-ap-venom.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-ap-venom", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "AP Venom", + "product_id": null, + "hybrid_prefix": "AP Venom", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Double Strike. Yield Potential + Protein", + "tagline": "Double Strike. Yield Potential + Protein", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Very Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Tillering", + "value": "Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Protein content", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "3" + }, + { + "characteristic": "Hessian Fly", + "value": "9" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "8" + }, + { + "characteristic": "Septoria", + "value": "2" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/ap-venom" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:38.109633+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-ap-venom.md b/corpus/agripro/agripro-ap-venom.md new file mode 100644 index 00000000..2cbcc03f --- /dev/null +++ b/corpus/agripro/agripro-ap-venom.md @@ -0,0 +1,35 @@ +# AP Venom + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRS +- **Tagline:** Double Strike. Yield Potential + Protein +- **Source:** https://agriprowheat.com/variety/ap-venom +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Very Good | +| Relative Maturity | Medium | +| Plant Height | Tall | +| Tillering | Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Good | +| Protein content | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 3 | +| Hessian Fly | 9 | +| FUSARIUM HEAD BLIGHT | 8 | +| Septoria | 2 | diff --git a/corpus/agripro/agripro-dayn.json b/corpus/agripro/agripro-dayn.json new file mode 100644 index 00000000..441ea21d --- /dev/null +++ b/corpus/agripro/agripro-dayn.json @@ -0,0 +1,77 @@ +{ + "source": "agripro", + "source_key": "agripro-dayn", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "Dayn", + "product_id": null, + "hybrid_prefix": "Dayn", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HWS", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Excellent Yield Potential Across Idaho", + "tagline": "Excellent Yield Potential Across Idaho", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Protein content", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "2" + }, + { + "characteristic": "FUSARIUM HEAD BLIGHT", + "value": "5" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/dayn" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:39.075271+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-dayn.md b/corpus/agripro/agripro-dayn.md new file mode 100644 index 00000000..018279ef --- /dev/null +++ b/corpus/agripro/agripro-dayn.md @@ -0,0 +1,32 @@ +# Dayn + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HWS +- **Tagline:** Excellent Yield Potential Across Idaho +- **Source:** https://agriprowheat.com/variety/dayn +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Early | +| Plant Height | Medium | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Good | +| Protein content | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 2 | +| FUSARIUM HEAD BLIGHT | 5 | diff --git a/corpus/agripro/agripro-sy-assure.json b/corpus/agripro/agripro-sy-assure.json new file mode 100644 index 00000000..a35b6075 --- /dev/null +++ b/corpus/agripro/agripro-sy-assure.json @@ -0,0 +1,101 @@ +{ + "source": "agripro", + "source_key": "agripro-sy-assure", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "SY Assure", + "product_id": null, + "hybrid_prefix": "SY Assure", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "SWW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Strengthen Your Returns", + "tagline": "Strengthen Your Returns", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Short" + }, + { + "characteristic": "Winter Hardiness", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "2" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "9" + }, + { + "characteristic": "Ceph. Stripe", + "value": "6" + }, + { + "characteristic": "Septoria", + "value": "5" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "2" + }, + { + "characteristic": "Eyespot", + "value": "6" + }, + { + "characteristic": "Physiological Leaf Spot", + "value": "2" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/sy-assure" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:33.043543+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-sy-assure.md b/corpus/agripro/agripro-sy-assure.md new file mode 100644 index 00000000..09c92982 --- /dev/null +++ b/corpus/agripro/agripro-sy-assure.md @@ -0,0 +1,38 @@ +# SY Assure + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** SWW +- **Tagline:** Strengthen Your Returns +- **Source:** https://agriprowheat.com/variety/sy-assure +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Early | +| Plant Height | Short | +| Winter Hardiness | Very Good | +| Emergence | Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Excellent | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 2 | +| SOIL-BORN MOSAIC VIRUS | 9 | +| Ceph. Stripe | 6 | +| Septoria | 5 | +| Fusarium Crown Rot | 2 | +| Eyespot | 6 | +| Physiological Leaf Spot | 2 | diff --git a/corpus/agripro/agripro-sy-clearstone-cl2.json b/corpus/agripro/agripro-sy-clearstone-cl2.json new file mode 100644 index 00000000..1eceb2ed --- /dev/null +++ b/corpus/agripro/agripro-sy-clearstone-cl2.json @@ -0,0 +1,89 @@ +{ + "source": "agripro", + "source_key": "agripro-sy-clearstone-cl2", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "SY Clearstone CL2", + "product_id": null, + "hybrid_prefix": "SY Clearstone CL2", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "HRW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "High Yields Plus Two-Gene Herbicide Tolerance", + "tagline": "High Yields Plus Two-Gene Herbicide Tolerance", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Winter Hardiness", + "value": "Very Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Protein content", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "8" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "9" + }, + { + "characteristic": "Ceph. Stripe", + "value": "5" + }, + { + "characteristic": "Straw Breaker Foot Rot", + "value": "7" + }, + { + "characteristic": "Eyespot", + "value": "7" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/sy-clearstone-cl2" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:37.127375+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-sy-clearstone-cl2.md b/corpus/agripro/agripro-sy-clearstone-cl2.md new file mode 100644 index 00000000..7c202a98 --- /dev/null +++ b/corpus/agripro/agripro-sy-clearstone-cl2.md @@ -0,0 +1,35 @@ +# SY Clearstone CL2 + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** HRW +- **Tagline:** High Yields Plus Two-Gene Herbicide Tolerance +- **Source:** https://agriprowheat.com/variety/sy-clearstone-cl2 +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Relative Maturity | Early | +| Plant Height | Tall | +| Winter Hardiness | Very Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Good | +| Protein content | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 8 | +| SOIL-BORN MOSAIC VIRUS | 9 | +| Ceph. Stripe | 5 | +| Straw Breaker Foot Rot | 7 | +| Eyespot | 7 | diff --git a/corpus/agripro/agripro-sy-dayton.json b/corpus/agripro/agripro-sy-dayton.json new file mode 100644 index 00000000..ba2e67fb --- /dev/null +++ b/corpus/agripro/agripro-sy-dayton.json @@ -0,0 +1,101 @@ +{ + "source": "agripro", + "source_key": "agripro-sy-dayton", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "SY Dayton", + "product_id": null, + "hybrid_prefix": "SY Dayton", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "SWW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Bred for Performance Plus", + "tagline": "Bred for Performance Plus", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Winter Hardiness", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "3" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "1" + }, + { + "characteristic": "Ceph. Stripe", + "value": "5" + }, + { + "characteristic": "Septoria", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "2" + }, + { + "characteristic": "Eyespot", + "value": "4" + }, + { + "characteristic": "Physiological Leaf Spot", + "value": "2" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/sy-dayton" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:35.094199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-sy-dayton.md b/corpus/agripro/agripro-sy-dayton.md new file mode 100644 index 00000000..4a3f7cc5 --- /dev/null +++ b/corpus/agripro/agripro-sy-dayton.md @@ -0,0 +1,38 @@ +# SY Dayton + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** SWW +- **Tagline:** Bred for Performance Plus +- **Source:** https://agriprowheat.com/variety/sy-dayton +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Medium | +| Plant Height | Medium | +| Winter Hardiness | Very Good | +| Emergence | Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 3 | +| SOIL-BORN MOSAIC VIRUS | 1 | +| Ceph. Stripe | 5 | +| Septoria | 4 | +| Fusarium Crown Rot | 2 | +| Eyespot | 4 | +| Physiological Leaf Spot | 2 | diff --git a/corpus/agripro/agripro-sy-ovation.json b/corpus/agripro/agripro-sy-ovation.json new file mode 100644 index 00000000..31e1f76b --- /dev/null +++ b/corpus/agripro/agripro-sy-ovation.json @@ -0,0 +1,81 @@ +{ + "source": "agripro", + "source_key": "agripro-sy-ovation", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "SY Ovation", + "product_id": null, + "hybrid_prefix": "SY Ovation", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "SWW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Dependable Production", + "tagline": "Dependable Production", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Relative Maturity", + "value": "Medium" + }, + { + "characteristic": "Plant Height", + "value": "Short" + }, + { + "characteristic": "Tillering", + "value": "Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "4" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "1" + }, + { + "characteristic": "Ceph. Stripe", + "value": "5" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/sy-ovation" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:34.057943+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-sy-ovation.md b/corpus/agripro/agripro-sy-ovation.md new file mode 100644 index 00000000..10f02712 --- /dev/null +++ b/corpus/agripro/agripro-sy-ovation.md @@ -0,0 +1,33 @@ +# SY Ovation + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** SWW +- **Tagline:** Dependable Production +- **Source:** https://agriprowheat.com/variety/sy-ovation +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Relative Maturity | Medium | +| Plant Height | Short | +| Tillering | Good | +| Emergence | Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 4 | +| SOIL-BORN MOSAIC VIRUS | 1 | +| Ceph. Stripe | 5 | diff --git a/corpus/agripro/agripro-sy-raptor.json b/corpus/agripro/agripro-sy-raptor.json new file mode 100644 index 00000000..6bc76b75 --- /dev/null +++ b/corpus/agripro/agripro-sy-raptor.json @@ -0,0 +1,97 @@ +{ + "source": "agripro", + "source_key": "agripro-sy-raptor", + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": "SY Raptor", + "product_id": null, + "hybrid_prefix": "SY Raptor", + "hybrid_suffix": null, + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": "SWW", + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": "Powerful Performance Potential", + "tagline": "Powerful Performance Potential", + "strengths": [], + "characteristics_groups": [ + { + "label": "AGRONOMICS", + "type": "fields", + "items": [ + { + "characteristic": "Straw Strength", + "value": "Good" + }, + { + "characteristic": "Relative Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Winter Hardiness", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + } + ] + }, + { + "label": "GRAIN", + "type": "fields", + "items": [ + { + "characteristic": "Test Weight", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "type": "fields", + "items": [ + { + "characteristic": "Stripe Rust", + "value": "2" + }, + { + "characteristic": "SOIL-BORN MOSAIC VIRUS", + "value": "9" + }, + { + "characteristic": "Ceph. Stripe", + "value": "4" + }, + { + "characteristic": "Straw Breaker Foot Rot", + "value": "8" + }, + { + "characteristic": "Septoria", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "source_urls": [ + "https://agriprowheat.com/variety/sy-raptor" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T17:52:36.105142+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agripro/agripro-sy-raptor.md b/corpus/agripro/agripro-sy-raptor.md new file mode 100644 index 00000000..944334fb --- /dev/null +++ b/corpus/agripro/agripro-sy-raptor.md @@ -0,0 +1,37 @@ +# SY Raptor + +- **Vendor:** Syngenta +- **Brand:** AgriPro +- **Crop:** Wheat +- **Wheat class:** SWW +- **Tagline:** Powerful Performance Potential +- **Source:** https://agriprowheat.com/variety/sy-raptor +- **Rating scale (AgriPro):** 1-9 (1 = best, lower = more resistant) + +--- +## Agronomics + +| Characteristic | Value | +|---|---| +| Straw Strength | Good | +| Relative Maturity | Early | +| Plant Height | Medium | +| Winter Hardiness | Very Good | +| Emergence | Good | + +## Grain + +| Characteristic | Value | +|---|---| +| Test Weight | Very Good | + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Stripe Rust | 2 | +| SOIL-BORN MOSAIC VIRUS | 9 | +| Ceph. Stripe | 4 | +| Straw Breaker Foot Rot | 8 | +| Septoria | 4 | +| Fusarium Crown Rot | 4 | diff --git a/corpus/nk/nk-nk0001.json b/corpus/nk/nk-nk0001.json new file mode 100644 index 00000000..2fc7e98c --- /dev/null +++ b/corpus/nk/nk-nk0001.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0001", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0001", + "product_id": null, + "hybrid_prefix": "NK0001", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0001-DS" + ], + "positioning_statement": "Outstanding Placement Versatility with Exceptional Yield Potential", + "strengths": [ + "Solid emergence allows for early planting flexibility", + "Reliable disease package providing very good plant health", + "Excellent root and stalk strength for season-long standability" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0001_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:15.636234+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0001.md b/corpus/nk/nk-nk0001.md new file mode 100644 index 00000000..0299d968 --- /dev/null +++ b/corpus/nk/nk-nk0001.md @@ -0,0 +1,43 @@ +# NK0001 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK0001-DS +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0001_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Outstanding Placement Versatility with Exceptional Yield Potential + +## Strengths + +- Solid emergence allows for early planting flexibility +- Reliable disease package providing very good plant health +- Excellent root and stalk strength for season-long standability + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk0007.json b/corpus/nk/nk-nk0007.json new file mode 100644 index 00000000..692beed9 --- /dev/null +++ b/corpus/nk/nk-nk0007.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0007", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0007", + "product_id": null, + "hybrid_prefix": "NK0007", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "100", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0007-AA" + ], + "positioning_statement": "Excellent Yield Potential with Strong Roots and Stalks", + "strengths": [ + "Outstanding emergence for an early-planting option", + "Leading drought tolerance powered by Artesian technology", + "Semi-determinate ear type and strong standability support higher populations for maximum yield potential" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0007_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:16.628787+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0007.md b/corpus/nk/nk-nk0007.md new file mode 100644 index 00000000..3112be27 --- /dev/null +++ b/corpus/nk/nk-nk0007.md @@ -0,0 +1,44 @@ +# NK0007 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 100 +- **Brand variants:** NK0007-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0007_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential with Strong Roots and Stalks + +## Strengths + +- Outstanding emergence for an early-planting option +- Leading drought tolerance powered by Artesian technology +- Semi-determinate ear type and strong standability support higher populations for maximum yield potential + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk0025.json b/corpus/nk/nk-nk0025.json new file mode 100644 index 00000000..f21cc7e6 --- /dev/null +++ b/corpus/nk/nk-nk0025.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0025", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0025", + "product_id": null, + "hybrid_prefix": "NK0025", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "100", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0025-DV" + ], + "positioning_statement": "Broadly Adapted DuracadeViptera Hybrid with Excellent Drought Tolerance", + "strengths": [ + "Outstanding emergence and vigor enable early planting", + "Strong performance potential across Northern Cornbelt", + "Taller hybrid with strong roots and stalks for season-long standability" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0025_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:17.631401+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0025.md b/corpus/nk/nk-nk0025.md new file mode 100644 index 00000000..2c00c1a9 --- /dev/null +++ b/corpus/nk/nk-nk0025.md @@ -0,0 +1,44 @@ +# NK0025 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 100 +- **Brand variants:** NK0025-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0025_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Broadly Adapted DuracadeViptera Hybrid with Excellent Drought Tolerance + +## Strengths + +- Outstanding emergence and vigor enable early planting +- Strong performance potential across Northern Cornbelt +- Taller hybrid with strong roots and stalks for season-long standability + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk008-p8xf.json b/corpus/nk/nk-nk008-p8xf.json new file mode 100644 index 00000000..0fe3a987 --- /dev/null +++ b/corpus/nk/nk-nk008-p8xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk008-p8xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK008-P8XF", + "product_id": null, + "hybrid_prefix": "NK008-P8XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.08", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Strong Agronomics with Top-End Yield Potential", + "strengths": [ + "Strong combination of IDC and PRR field tolerance", + "Broadly adapted across environments and soil types", + "Solid standability and tolerance to Soybean White Mold" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "S" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.4" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.0" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK008-P8XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:38.646421+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk008-p8xf.md b/corpus/nk/nk-nk008-p8xf.md new file mode 100644 index 00000000..09700fa6 --- /dev/null +++ b/corpus/nk/nk-nk008-p8xf.md @@ -0,0 +1,51 @@ +# NK008-P8XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.08 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK008-P8XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Agronomics with Top-End Yield Potential + +## Strengths + +- Strong combination of IDC and PRR field tolerance +- Broadly adapted across environments and soil types +- Solid standability and tolerance to Soybean White Mold + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | S | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 3 | +| Green Stem | 2 | +| % Protein at 13% mst. | 35.4 | +| % Oil at 13% mst. | 19.0 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk009-g7e3.json b/corpus/nk/nk-nk009-g7e3.json new file mode 100644 index 00000000..d864231b --- /dev/null +++ b/corpus/nk/nk-nk009-g7e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk009-g7e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK009-G7E3", + "product_id": null, + "hybrid_prefix": "NK009-G7E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.09", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Excellent Agronomics with Top-End Yield Potential", + "strengths": [ + "Very good Iron Deficiency Chlorosis tolerance combined with Soybean Cyst Nematode resistance", + "Excellent Phytophthora Root Rot field tolerance with Rps1c/3a gene stack", + "Good stress tolerance and performance across yield environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "1" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "36.3" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "18.5" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK009-G7E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:39.635292+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk009-g7e3.md b/corpus/nk/nk-nk009-g7e3.md new file mode 100644 index 00000000..0774ec36 --- /dev/null +++ b/corpus/nk/nk-nk009-g7e3.md @@ -0,0 +1,51 @@ +# NK009-G7E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.09 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK009-G7E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Agronomics with Top-End Yield Potential + +## Strengths + +- Very good Iron Deficiency Chlorosis tolerance combined with Soybean Cyst Nematode resistance +- Excellent Phytophthora Root Rot field tolerance with Rps1c/3a gene stack +- Good stress tolerance and performance across yield environments + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 3 | +| Green Stem | 1 | +| % Protein at 13% mst. | 36.3 | +| % Oil at 13% mst. | 18.5 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk01-b9e3.json b/corpus/nk/nk-nk01-b9e3.json new file mode 100644 index 00000000..d3282558 --- /dev/null +++ b/corpus/nk/nk-nk01-b9e3.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk01-b9e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK01-B9E3", + "product_id": null, + "hybrid_prefix": "NK01-B9E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Peking SCN Resistance With Excellent Yield Potential", + "strengths": [ + "Broadly adapted across soil types, but avoid high pH acres", + "Consistent performance across yield environments", + "Strong performance on highly productive acres and South of zone" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, MR3, MR5" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Fair" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK01-B9E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:40.635775+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk01-b9e3.md b/corpus/nk/nk-nk01-b9e3.md new file mode 100644 index 00000000..0158e268 --- /dev/null +++ b/corpus/nk/nk-nk01-b9e3.md @@ -0,0 +1,48 @@ +# NK01-B9E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK01-B9E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Peking SCN Resistance With Excellent Yield Potential + +## Strengths + +- Broadly adapted across soil types, but avoid high pH acres +- Consistent performance across yield environments +- Strong performance on highly productive acres and South of zone + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR1, MR3, MR5 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 4 | +| Green Stem | 1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Fair | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk0123.json b/corpus/nk/nk-nk0123.json new file mode 100644 index 00000000..d42225fe --- /dev/null +++ b/corpus/nk/nk-nk0123.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0123", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0123", + "product_id": null, + "hybrid_prefix": "NK0123", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "101", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0123-AA" + ], + "positioning_statement": "Excellent Yield Potential and Exceptional Versatility Across Soil Types", + "strengths": [ + "Very strong emergence and great seedling vigor", + "Superb roots and strong stalks are a consistent strength of this product", + "Above-average drought tolerance delivers dependable results" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0123_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:18.636719+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0123.md b/corpus/nk/nk-nk0123.md new file mode 100644 index 00000000..a5c6a5bd --- /dev/null +++ b/corpus/nk/nk-nk0123.md @@ -0,0 +1,44 @@ +# NK0123 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 101 +- **Brand variants:** NK0123-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0123_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential and Exceptional Versatility Across Soil Types + +## Strengths + +- Very strong emergence and great seedling vigor +- Superb roots and strong stalks are a consistent strength of this product +- Above-average drought tolerance delivers dependable results + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk02-d5e3.json b/corpus/nk/nk-nk02-d5e3.json new file mode 100644 index 00000000..0e93dbb0 --- /dev/null +++ b/corpus/nk/nk-nk02-d5e3.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk02-d5e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK02-D5E3", + "product_id": null, + "hybrid_prefix": "NK02-D5E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Outstanding Yield Potential With Broad Acre Adaptability", + "strengths": [ + "Outstanding performance across soil types, excels on medium textures", + "Broadly adapted across yield environments including the less productive acre", + "Versatile bean that yields everywhere but avoid high pH acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK02-D5E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:41.657757+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk02-d5e3.md b/corpus/nk/nk-nk02-d5e3.md new file mode 100644 index 00000000..cb9a36da --- /dev/null +++ b/corpus/nk/nk-nk02-d5e3.md @@ -0,0 +1,48 @@ +# NK02-D5E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK02-D5E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Outstanding Yield Potential With Broad Acre Adaptability + +## Strengths + +- Outstanding performance across soil types, excels on medium textures +- Broadly adapted across yield environments including the less productive acre +- Versatile bean that yields everywhere but avoid high pH acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 4 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk02-y2xf.json b/corpus/nk/nk-nk02-y2xf.json new file mode 100644 index 00000000..28d774c1 --- /dev/null +++ b/corpus/nk/nk-nk02-y2xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk02-y2xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK02-Y2XF", + "product_id": null, + "hybrid_prefix": "NK02-Y2XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.2", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "S14-U9X Brand Genetics with Outstanding Soybean White Mold Tolerance", + "strengths": [ + "Top-end yield potential with excellent standability for the highly productive acre", + "Rps1c/3a gene stack with exceptional Phytophthora field tolerance", + "Excellent performance South of zone while maintaining plant height" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.7" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK02-Y2XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:42.675597+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk02-y2xf.md b/corpus/nk/nk-nk02-y2xf.md new file mode 100644 index 00000000..28c2ed1a --- /dev/null +++ b/corpus/nk/nk-nk02-y2xf.md @@ -0,0 +1,51 @@ +# NK02-Y2XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.2 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK02-Y2XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +S14-U9X Brand Genetics with Outstanding Soybean White Mold Tolerance + +## Strengths + +- Top-end yield potential with excellent standability for the highly productive acre +- Rps1c/3a gene stack with exceptional Phytophthora field tolerance +- Excellent performance South of zone while maintaining plant height + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | +| % Protein at 13% mst. | 34.6 | +| % Oil at 13% mst. | 19.7 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk0252.json b/corpus/nk/nk-nk0252.json new file mode 100644 index 00000000..7bcfd9a3 --- /dev/null +++ b/corpus/nk/nk-nk0252.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0252", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0252", + "product_id": null, + "hybrid_prefix": "NK0252", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "102", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0252-D" + ], + "positioning_statement": "Exceptional Yield Potential and Tremendous Adaptation Across Soil Types", + "strengths": [ + "Strong choice for first planting with excellent emergence and seedling vigor", + "Outstanding roots and dependable stalks for late-season standability", + "This product delivers dependable performance across variable environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0252_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:19.661650+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0252.md b/corpus/nk/nk-nk0252.md new file mode 100644 index 00000000..1f414d2f --- /dev/null +++ b/corpus/nk/nk-nk0252.md @@ -0,0 +1,44 @@ +# NK0252 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 102 +- **Brand variants:** NK0252-D +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0252_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exceptional Yield Potential and Tremendous Adaptation Across Soil Types + +## Strengths + +- Strong choice for first planting with excellent emergence and seedling vigor +- Outstanding roots and dependable stalks for late-season standability +- This product delivers dependable performance across variable environments + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk03-c7e3.json b/corpus/nk/nk-nk03-c7e3.json new file mode 100644 index 00000000..3d611038 --- /dev/null +++ b/corpus/nk/nk-nk03-c7e3.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk03-c7e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK03-C7E3", + "product_id": null, + "hybrid_prefix": "NK03-C7E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Strong Agronomics and Superior IDC Tolerance", + "strengths": [ + "Broadly adapted with strong performance on heavy textured soils", + "Best performance in the Red River Valley and East", + "Consistent yield across environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Best" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK03-C7E3_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:43.643456+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk03-c7e3.md b/corpus/nk/nk-nk03-c7e3.md new file mode 100644 index 00000000..ab12894c --- /dev/null +++ b/corpus/nk/nk-nk03-c7e3.md @@ -0,0 +1,48 @@ +# NK03-C7E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK03-C7E3_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Agronomics and Superior IDC Tolerance + +## Strengths + +- Broadly adapted with strong performance on heavy textured soils +- Best performance in the Red River Valley and East +- Consistent yield across environments + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Best | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk03-j1xf.json b/corpus/nk/nk-nk03-j1xf.json new file mode 100644 index 00000000..318bbcc5 --- /dev/null +++ b/corpus/nk/nk-nk03-j1xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk03-j1xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK03-J1XF", + "product_id": null, + "hybrid_prefix": "NK03-J1XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.3", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Western Adapted Product with Strong Drought Tolerance", + "strengths": [ + "Excellent emergence for acres with tougher seedbeds", + "Rps3a gene with very good Phytophthora field tolerance", + "Strong Soybean White Mold tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "S" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "1" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + }, + { + "characteristic": "Green Stem", + "value": "1" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.0" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.7" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Fair" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK03-J1XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:44.679150+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk03-j1xf.md b/corpus/nk/nk-nk03-j1xf.md new file mode 100644 index 00000000..552d501b --- /dev/null +++ b/corpus/nk/nk-nk03-j1xf.md @@ -0,0 +1,51 @@ +# NK03-J1XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.3 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK03-J1XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Western Adapted Product with Strong Drought Tolerance + +## Strengths + +- Excellent emergence for acres with tougher seedbeds +- Rps3a gene with very good Phytophthora field tolerance +- Strong Soybean White Mold tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps3a | +| SCN Race Coverage | S | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 1 | +| Standability | 3 | +| Shatter Tolerance | 1 | +| Green Stem | 1 | +| % Protein at 13% mst. | 35.0 | +| % Oil at 13% mst. | 19.7 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Fair | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk04-q9xf.json b/corpus/nk/nk-nk04-q9xf.json new file mode 100644 index 00000000..dcceaadc --- /dev/null +++ b/corpus/nk/nk-nk04-q9xf.json @@ -0,0 +1,112 @@ +{ + "source": "nk", + "source_key": "nk-nk04-q9xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK04-Q9XF", + "product_id": null, + "hybrid_prefix": "NK04-Q9XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.4", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Broadly Adapted Variety with Big Yield Potential", + "strengths": [ + "Broad adaptation to soil types", + "Stacked Rps genes with excellent Phytophthora Root Rot tolerance", + "Moderate plant height with dependable standability" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.1" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.6" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK04-Q9XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:45.662286+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk04-q9xf.md b/corpus/nk/nk-nk04-q9xf.md new file mode 100644 index 00000000..7890cbcd --- /dev/null +++ b/corpus/nk/nk-nk04-q9xf.md @@ -0,0 +1,50 @@ +# NK04-Q9XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.4 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK04-Q9XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Broadly Adapted Variety with Big Yield Potential + +## Strengths + +- Broad adaptation to soil types +- Stacked Rps genes with excellent Phytophthora Root Rot tolerance +- Moderate plant height with dependable standability + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| % Protein at 13% mst. | 34.1 | +| % Oil at 13% mst. | 20.6 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk0401.json b/corpus/nk/nk-nk0401.json new file mode 100644 index 00000000..3fe408a1 --- /dev/null +++ b/corpus/nk/nk-nk0401.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0401", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0401", + "product_id": null, + "hybrid_prefix": "NK0401", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0401-DS" + ], + "positioning_statement": "Strong Agronomic Adaptation for Continuous-Corn Environments", + "strengths": [ + "Excellent early-season emergence and vigor for early planting", + "Robust plant type with outstanding roots and stalks", + "Attractive ear type with population flexibility" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0401_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:20.626793+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0401.md b/corpus/nk/nk-nk0401.md new file mode 100644 index 00000000..9589900f --- /dev/null +++ b/corpus/nk/nk-nk0401.md @@ -0,0 +1,43 @@ +# NK0401 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK0401-DS +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0401_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Agronomic Adaptation for Continuous-Corn Environments + +## Strengths + +- Excellent early-season emergence and vigor for early planting +- Robust plant type with outstanding roots and stalks +- Attractive ear type with population flexibility + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk0415.json b/corpus/nk/nk-nk0415.json new file mode 100644 index 00000000..789900e6 --- /dev/null +++ b/corpus/nk/nk-nk0415.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0415", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0415", + "product_id": null, + "hybrid_prefix": "NK0415", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "104", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0415-AA" + ], + "positioning_statement": "Exciting Genetics with a Distinguishing Ear Type and Grain Quality", + "strengths": [ + "Taller plant type with solid roots and stalks for season-long standability", + "Dependable Goss’s Wilt and Tar Spot tolerance for high disease pressure acres", + "Outstanding emergence with very good early-season vigor allows for early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0415_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:21.639954+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0415.md b/corpus/nk/nk-nk0415.md new file mode 100644 index 00000000..a191ff2b --- /dev/null +++ b/corpus/nk/nk-nk0415.md @@ -0,0 +1,44 @@ +# NK0415 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 104 +- **Brand variants:** NK0415-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0415_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Genetics with a Distinguishing Ear Type and Grain Quality + +## Strengths + +- Taller plant type with solid roots and stalks for season-long standability +- Dependable Goss’s Wilt and Tar Spot tolerance for high disease pressure acres +- Outstanding emergence with very good early-season vigor allows for early planting + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk0440.json b/corpus/nk/nk-nk0440.json new file mode 100644 index 00000000..b352fcbf --- /dev/null +++ b/corpus/nk/nk-nk0440.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0440", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0440", + "product_id": null, + "hybrid_prefix": "NK0440", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "104", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0440-AT" + ], + "positioning_statement": "Tall, Attractive Plant Type that Delivers Yield Potential Through Variable Environments", + "strengths": [ + "Adapted to all soil types for ease of placement", + "Strong stalks for harvest flexibility", + "Semi-flex ear that enables competitive yield potential across diverse environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "2" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0440_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:22.638429+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0440.md b/corpus/nk/nk-nk0440.md new file mode 100644 index 00000000..0b48c4a9 --- /dev/null +++ b/corpus/nk/nk-nk0440.md @@ -0,0 +1,44 @@ +# NK0440 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 104 +- **Brand variants:** NK0440-AT +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0440_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Tall, Attractive Plant Type that Delivers Yield Potential Through Variable Environments + +## Strengths + +- Adapted to all soil types for ease of placement +- Strong stalks for harvest flexibility +- Semi-flex ear that enables competitive yield potential across diverse environments + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 2 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk05-p4e3.json b/corpus/nk/nk-nk05-p4e3.json new file mode 100644 index 00000000..bfabaef7 --- /dev/null +++ b/corpus/nk/nk-nk05-p4e3.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk05-p4e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK05-P4E3", + "product_id": null, + "hybrid_prefix": "NK05-P4E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "High Yield Potential For Your Best Acre", + "strengths": [ + "Above average tolerance to IDC with the Excluder gene", + "Solid Soybean White Mold tolerance helps protect yield on highly productive acres", + "Very strong emergence with excellent yield response to early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Fair" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK05-P4E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:46.632032+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk05-p4e3.md b/corpus/nk/nk-nk05-p4e3.md new file mode 100644 index 00000000..fc2bbab6 --- /dev/null +++ b/corpus/nk/nk-nk05-p4e3.md @@ -0,0 +1,48 @@ +# NK05-P4E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK05-P4E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +High Yield Potential For Your Best Acre + +## Strengths + +- Above average tolerance to IDC with the Excluder gene +- Solid Soybean White Mold tolerance helps protect yield on highly productive acres +- Very strong emergence with excellent yield response to early planting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Shatter Tolerance | 3 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Fair | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk05-w3xf.json b/corpus/nk/nk-nk05-w3xf.json new file mode 100644 index 00000000..2f244d09 --- /dev/null +++ b/corpus/nk/nk-nk05-w3xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk05-w3xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK05-W3XF", + "product_id": null, + "hybrid_prefix": "NK05-W3XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.5", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Excellent Yield Potential with Stress Tolerance", + "strengths": [ + "Rps1c gene with strong field tolerance to Phytophthora Root Rot", + "Great performance on poorly drained and drought prone soils", + "Good stem dry down and pod height for easy cutting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + }, + { + "characteristic": "Green Stem", + "value": "1" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.4" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "18.7" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Fair" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK05-W3XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:47.638406+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk05-w3xf.md b/corpus/nk/nk-nk05-w3xf.md new file mode 100644 index 00000000..6be8fadf --- /dev/null +++ b/corpus/nk/nk-nk05-w3xf.md @@ -0,0 +1,51 @@ +# NK05-W3XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.5 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK05-W3XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential with Stress Tolerance + +## Strengths + +- Rps1c gene with strong field tolerance to Phytophthora Root Rot +- Great performance on poorly drained and drought prone soils +- Good stem dry down and pod height for easy cutting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 4 | +| Shatter Tolerance | 1 | +| Green Stem | 1 | +| % Protein at 13% mst. | 35.4 | +| % Oil at 13% mst. | 18.7 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Fair | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk06-a1e3.json b/corpus/nk/nk-nk06-a1e3.json new file mode 100644 index 00000000..e480203f --- /dev/null +++ b/corpus/nk/nk-nk06-a1e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk06-a1e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK06-A1E3", + "product_id": null, + "hybrid_prefix": "NK06-A1E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.6", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Strong Defensive Traits to Handle Tough Conditions", + "strengths": [ + "Very Good Iron Deficiency Chlorosis tolerance paired with the Chloride Excluder gene", + "Exceptional Phytophthora field tolerance with an Rps1c/3a gene stack", + "Dependable choice for acres prone to Soybean White Mold" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "1" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.8" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK06-A1E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:48.654829+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk06-a1e3.md b/corpus/nk/nk-nk06-a1e3.md new file mode 100644 index 00000000..cfa32df3 --- /dev/null +++ b/corpus/nk/nk-nk06-a1e3.md @@ -0,0 +1,51 @@ +# NK06-A1E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.6 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK06-A1E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Defensive Traits to Handle Tough Conditions + +## Strengths + +- Very Good Iron Deficiency Chlorosis tolerance paired with the Chloride Excluder gene +- Exceptional Phytophthora field tolerance with an Rps1c/3a gene stack +- Dependable choice for acres prone to Soybean White Mold + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 3 | +| Green Stem | 1 | +| % Protein at 13% mst. | 34.6 | +| % Oil at 13% mst. | 19.8 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk06-c4xf.json b/corpus/nk/nk-nk06-c4xf.json new file mode 100644 index 00000000..37155ba5 --- /dev/null +++ b/corpus/nk/nk-nk06-c4xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk06-c4xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK06-C4XF", + "product_id": null, + "hybrid_prefix": "NK06-C4XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.6", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Consistent Performance Across Yield Environments with a Strong Defensive Package", + "strengths": [ + "Very good IDC tolerance", + "Solid Soybean White Mold tolerance for the highly productive acre", + "Strong performance under drought" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "1" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.2" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "18.8" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK06-C4XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:49.651945+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk06-c4xf.md b/corpus/nk/nk-nk06-c4xf.md new file mode 100644 index 00000000..912bbf2c --- /dev/null +++ b/corpus/nk/nk-nk06-c4xf.md @@ -0,0 +1,51 @@ +# NK06-C4XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.6 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK06-C4XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Consistent Performance Across Yield Environments with a Strong Defensive Package + +## Strengths + +- Very good IDC tolerance +- Solid Soybean White Mold tolerance for the highly productive acre +- Strong performance under drought + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | R3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Shatter Tolerance | 2 | +| Green Stem | 1 | +| % Protein at 13% mst. | 34.2 | +| % Oil at 13% mst. | 18.8 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk0604.json b/corpus/nk/nk-nk0604.json new file mode 100644 index 00000000..bbc1da1d --- /dev/null +++ b/corpus/nk/nk-nk0604.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0604", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0604", + "product_id": null, + "hybrid_prefix": "NK0604", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "106", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0604-DV" + ], + "positioning_statement": "Exciting DuracadeViptera Hybrid with Dual-Purpose Silage Characteristics", + "strengths": [ + "Strong performance potential in the Central to Western Cornbelt", + "Very good Goss’s Wilt and Fusarium Crown Rot tolerance", + "Solid performance across all soil types combined with dependable emergence" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "5" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0604_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:23.621420+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0604.md b/corpus/nk/nk-nk0604.md new file mode 100644 index 00000000..6c10d242 --- /dev/null +++ b/corpus/nk/nk-nk0604.md @@ -0,0 +1,44 @@ +# NK0604 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 106 +- **Brand variants:** NK0604-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0604_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting DuracadeViptera Hybrid with Dual-Purpose Silage Characteristics + +## Strengths + +- Strong performance potential in the Central to Western Cornbelt +- Very good Goss’s Wilt and Fusarium Crown Rot tolerance +- Solid performance across all soil types combined with dependable emergence + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 5 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk07-g5e3.json b/corpus/nk/nk-nk07-g5e3.json new file mode 100644 index 00000000..571ab6e4 --- /dev/null +++ b/corpus/nk/nk-nk07-g5e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk07-g5e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK07-G5E3", + "product_id": null, + "hybrid_prefix": "NK07-G5E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.7", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Peking Soybean with an Exciting Disease and Agronomic Package", + "strengths": [ + "Consistent yield performance across environments with strong drought tolerance", + "Great choice for fields with Iron Deficiency Chlorosis", + "Rps1k/3a gene stack with excellent Phytophthora field tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.1" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK07-G5E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:50.651229+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk07-g5e3.md b/corpus/nk/nk-nk07-g5e3.md new file mode 100644 index 00000000..2c6fa2a4 --- /dev/null +++ b/corpus/nk/nk-nk07-g5e3.md @@ -0,0 +1,51 @@ +# NK07-G5E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.7 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK07-G5E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Peking Soybean with an Exciting Disease and Agronomic Package + +## Strengths + +- Consistent yield performance across environments with strong drought tolerance +- Great choice for fields with Iron Deficiency Chlorosis +- Rps1k/3a gene stack with excellent Phytophthora field tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k, Rps3a | +| SCN Race Coverage | MR1, R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 3 | +| Green Stem | 2 | +| % Protein at 13% mst. | 34.1 | +| % Oil at 13% mst. | 19.4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk0717.json b/corpus/nk/nk-nk0717.json new file mode 100644 index 00000000..ac335f02 --- /dev/null +++ b/corpus/nk/nk-nk0717.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0717", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0717", + "product_id": null, + "hybrid_prefix": "NK0717", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0717-V" + ], + "positioning_statement": "Excellent Combination of Yield Potential with Agronomics", + "strengths": [ + "Solid emergence and vigor for an early-season start", + "Moderate plant stature with dependable green snap tolerance", + "Reliable disease package with great Tar Spot tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "2" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0717_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:24.645514+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0717.md b/corpus/nk/nk-nk0717.md new file mode 100644 index 00000000..8ddae855 --- /dev/null +++ b/corpus/nk/nk-nk0717.md @@ -0,0 +1,43 @@ +# NK0717 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK0717-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0717_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Combination of Yield Potential with Agronomics + +## Strengths + +- Solid emergence and vigor for an early-season start +- Moderate plant stature with dependable green snap tolerance +- Reliable disease package with great Tar Spot tolerance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 2 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk08-r3xf.json b/corpus/nk/nk-nk08-r3xf.json new file mode 100644 index 00000000..d1d0c942 --- /dev/null +++ b/corpus/nk/nk-nk08-r3xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk08-r3xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK08-R3XF", + "product_id": null, + "hybrid_prefix": "NK08-R3XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.8", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Proven Genetics with Top-End Yield Potential and Strong Agronomics", + "strengths": [ + "Very good Soybean White Mold tolerance", + "Strong Iron Deficiency Chlorosis tolerance", + "Solid Phytophthora field tolerance with excellent performance on poorly drained soils" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK08-R3XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:51.671458+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk08-r3xf.md b/corpus/nk/nk-nk08-r3xf.md new file mode 100644 index 00000000..22c93c2c --- /dev/null +++ b/corpus/nk/nk-nk08-r3xf.md @@ -0,0 +1,51 @@ +# NK08-R3XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.8 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK08-R3XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Proven Genetics with Top-End Yield Potential and Strong Agronomics + +## Strengths + +- Very good Soybean White Mold tolerance +- Strong Iron Deficiency Chlorosis tolerance +- Solid Phytophthora field tolerance with excellent performance on poorly drained soils + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 1 | +| Green Stem | 3 | +| % Protein at 13% mst. | 35.6 | +| % Oil at 13% mst. | 19.4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk08-z4e3.json b/corpus/nk/nk-nk08-z4e3.json new file mode 100644 index 00000000..40cd03af --- /dev/null +++ b/corpus/nk/nk-nk08-z4e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk08-z4e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK08-Z4E3", + "product_id": null, + "hybrid_prefix": "NK08-Z4E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.8", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Proven Enlist E3 Soybean Genetics with Strong Agronomics", + "strengths": [ + "Outstanding Iron Deficiency Chlorosis tolerance with the Chloride Excluder gene", + "Great standability with above average tolerance to Soybean White Mold", + "Strong tolerance to SDS allows for placement South of zone" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "36.1" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "18.3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Best" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK08-Z4E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:52.660521+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk08-z4e3.md b/corpus/nk/nk-nk08-z4e3.md new file mode 100644 index 00000000..0893ac34 --- /dev/null +++ b/corpus/nk/nk-nk08-z4e3.md @@ -0,0 +1,51 @@ +# NK08-Z4E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.8 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK08-Z4E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Proven Enlist E3 Soybean Genetics with Strong Agronomics + +## Strengths + +- Outstanding Iron Deficiency Chlorosis tolerance with the Chloride Excluder gene +- Great standability with above average tolerance to Soybean White Mold +- Strong tolerance to SDS allows for placement South of zone + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 3 | +| Green Stem | 3 | +| % Protein at 13% mst. | 36.1 | +| % Oil at 13% mst. | 18.3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Best | +| Wide Rows | Good | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk0880.json b/corpus/nk/nk-nk0880.json new file mode 100644 index 00000000..c0e45f18 --- /dev/null +++ b/corpus/nk/nk-nk0880.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk0880", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK0880", + "product_id": null, + "hybrid_prefix": "NK0880", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "108", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK0880-V" + ], + "positioning_statement": "Widely Adapted Hybrid Across Soil Types with Very Strong Drought Tolerance", + "strengths": [ + "Dependable emergence with strong seedling vigor for a quick start", + "Robust plant type supported by superb roots", + "Excellent Tar Spot and Anthracnose Stalk Rot tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "2" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK0880_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:25.621264+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk0880.md b/corpus/nk/nk-nk0880.md new file mode 100644 index 00000000..47ac24d4 --- /dev/null +++ b/corpus/nk/nk-nk0880.md @@ -0,0 +1,44 @@ +# NK0880 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 108 +- **Brand variants:** NK0880-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK0880_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Widely Adapted Hybrid Across Soil Types with Very Strong Drought Tolerance + +## Strengths + +- Dependable emergence with strong seedling vigor for a quick start +- Robust plant type supported by superb roots +- Excellent Tar Spot and Anthracnose Stalk Rot tolerance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 2 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk09-v2e3.json b/corpus/nk/nk-nk09-v2e3.json new file mode 100644 index 00000000..58075f22 --- /dev/null +++ b/corpus/nk/nk-nk09-v2e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk09-v2e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK09-V2E3", + "product_id": null, + "hybrid_prefix": "NK09-V2E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "0.9", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Strong Standability and Soybean White Mold Tolerance", + "strengths": [ + "Rps1k/3a gene stack and great Phytophthora field tolerance enable performance in saturated soils", + "Capable of handling tough yield environments", + "Best performance in zone and North" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.9" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK09-V2E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:53.654779+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk09-v2e3.md b/corpus/nk/nk-nk09-v2e3.md new file mode 100644 index 00000000..80aa618d --- /dev/null +++ b/corpus/nk/nk-nk09-v2e3.md @@ -0,0 +1,51 @@ +# NK09-V2E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 0.9 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK09-V2E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Standability and Soybean White Mold Tolerance + +## Strengths + +- Rps1k/3a gene stack and great Phytophthora field tolerance enable performance in saturated soils +- Capable of handling tough yield environments +- Best performance in zone and North + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k, Rps3a | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 35.6 | +| % Oil at 13% mst. | 20.9 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk10-p7xf.json b/corpus/nk/nk-nk10-p7xf.json new file mode 100644 index 00000000..434d8913 --- /dev/null +++ b/corpus/nk/nk-nk10-p7xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk10-p7xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK10-P7XF", + "product_id": null, + "hybrid_prefix": "NK10-P7XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.0", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Trusted Genetics with Top-End Yield Potential", + "strengths": [ + "Solid tolerance to Iron Deficiency Chlorosis", + "Great fit for the highly productive acre", + "Reliable standability, greenstem rating and pod height allow for easy harvest" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "1" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.9" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK10-P7XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:54.663086+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk10-p7xf.md b/corpus/nk/nk-nk10-p7xf.md new file mode 100644 index 00000000..6b41bba4 --- /dev/null +++ b/corpus/nk/nk-nk10-p7xf.md @@ -0,0 +1,51 @@ +# NK10-P7XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.0 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK10-P7XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Trusted Genetics with Top-End Yield Potential + +## Strengths + +- Solid tolerance to Iron Deficiency Chlorosis +- Great fit for the highly productive acre +- Reliable standability, greenstem rating and pod height allow for easy harvest + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k, Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 1 | +| % Protein at 13% mst. | 34.9 | +| % Oil at 13% mst. | 20.4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk1056.json b/corpus/nk/nk-nk1056.json new file mode 100644 index 00000000..adb042e9 --- /dev/null +++ b/corpus/nk/nk-nk1056.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1056", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1056", + "product_id": null, + "hybrid_prefix": "NK1056", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "110", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1056-V" + ], + "positioning_statement": "Exceptional Yield Potential Across Soil Types and Environments for Ease of Placement", + "strengths": [ + "Dependable stalk strength with moderate staygreen for good late-season intactness", + "Superb green snap tolerance with reliable pH tolerance for the Western Cornbelt", + "Outstanding drought tolerance with a dependable disease package" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1056_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:26.652889+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1056.md b/corpus/nk/nk-nk1056.md new file mode 100644 index 00000000..59265c0d --- /dev/null +++ b/corpus/nk/nk-nk1056.md @@ -0,0 +1,44 @@ +# NK1056 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 110 +- **Brand variants:** NK1056-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1056_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exceptional Yield Potential Across Soil Types and Environments for Ease of Placement + +## Strengths + +- Dependable stalk strength with moderate staygreen for good late-season intactness +- Superb green snap tolerance with reliable pH tolerance for the Western Cornbelt +- Outstanding drought tolerance with a dependable disease package + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk1082.json b/corpus/nk/nk-nk1082.json new file mode 100644 index 00000000..6ab0280a --- /dev/null +++ b/corpus/nk/nk-nk1082.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1082", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1082", + "product_id": null, + "hybrid_prefix": "NK1082", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "110", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1082-DV" + ], + "positioning_statement": "Excellent Yield Potential Across the Entire Cornbelt with Artesian Technology", + "strengths": [ + "Broadly adapted hybrid for all yield environments", + "Moderate plant stature with great emergence for earlier planting window", + "Semi-flex ear type enables population flexibility" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "6" + }, + { + "characteristic": "Common Rust", + "value": "7" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1082_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:27.660876+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1082.md b/corpus/nk/nk-nk1082.md new file mode 100644 index 00000000..3d486500 --- /dev/null +++ b/corpus/nk/nk-nk1082.md @@ -0,0 +1,44 @@ +# NK1082 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 110 +- **Brand variants:** NK1082-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1082_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential Across the Entire Cornbelt with Artesian Technology + +## Strengths + +- Broadly adapted hybrid for all yield environments +- Moderate plant stature with great emergence for earlier planting window +- Semi-flex ear type enables population flexibility + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 6 | +| Common Rust | 7 | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk11-a4e3.json b/corpus/nk/nk-nk11-a4e3.json new file mode 100644 index 00000000..4149214c --- /dev/null +++ b/corpus/nk/nk-nk11-a4e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk11-a4e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK11-A4E3", + "product_id": null, + "hybrid_prefix": "NK11-A4E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.1", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Help Achieve Your Yield Potential with NK11-A4E3 Brand", + "strengths": [ + "Well suited to high yield environments", + "Rps1k/3a gene stack for Phytophthora Root Rot protection", + "Great emergence and good performance in poorly drained soils" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + }, + { + "characteristic": "Green Stem", + "value": "4" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "33.7" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK11-A4E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:55.635587+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk11-a4e3.md b/corpus/nk/nk-nk11-a4e3.md new file mode 100644 index 00000000..ac0e431b --- /dev/null +++ b/corpus/nk/nk-nk11-a4e3.md @@ -0,0 +1,51 @@ +# NK11-A4E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.1 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK11-A4E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Help Achieve Your Yield Potential with NK11-A4E3 Brand + +## Strengths + +- Well suited to high yield environments +- Rps1k/3a gene stack for Phytophthora Root Rot protection +- Great emergence and good performance in poorly drained soils + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k, Rps3a | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 1 | +| Green Stem | 4 | +| % Protein at 13% mst. | 33.7 | +| % Oil at 13% mst. | 20.3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk11-u2xf.json b/corpus/nk/nk-nk11-u2xf.json new file mode 100644 index 00000000..e9249cff --- /dev/null +++ b/corpus/nk/nk-nk11-u2xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk11-u2xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK11-U2XF", + "product_id": null, + "hybrid_prefix": "NK11-U2XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.1", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "The Next Generation of High-Performing Genetics", + "strengths": [ + "Strong tolerance to IDC paired with the Chloride Excluder gene", + "Rps3a with dependable field tolerance to Phytophthora Root Rot", + "Medium-tall plant type with very good standability and tolerance to White Mold" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "36.1" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.0" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK11-U2XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:56.682972+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk11-u2xf.md b/corpus/nk/nk-nk11-u2xf.md new file mode 100644 index 00000000..11034876 --- /dev/null +++ b/corpus/nk/nk-nk11-u2xf.md @@ -0,0 +1,51 @@ +# NK11-U2XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.1 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK11-U2XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +The Next Generation of High-Performing Genetics + +## Strengths + +- Strong tolerance to IDC paired with the Chloride Excluder gene +- Rps3a with dependable field tolerance to Phytophthora Root Rot +- Medium-tall plant type with very good standability and tolerance to White Mold + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 36.1 | +| % Oil at 13% mst. | 19.0 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk1188.json b/corpus/nk/nk-nk1188.json new file mode 100644 index 00000000..13299b45 --- /dev/null +++ b/corpus/nk/nk-nk1188.json @@ -0,0 +1,103 @@ +{ + "source": "nk", + "source_key": "nk-nk1188", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1188", + "product_id": null, + "hybrid_prefix": "NK1188", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "111", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1188-D", + "NK1188-AA" + ], + "positioning_statement": "Exciting Yield Potential and Agronomics Across Environments", + "strengths": [ + "Attractive plant height and ear placement", + "Solid test weight and grain quality", + "Dependable drought tolerance for consistent performance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "7" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1188_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:28.631281+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1188.md b/corpus/nk/nk-nk1188.md new file mode 100644 index 00000000..8be15e62 --- /dev/null +++ b/corpus/nk/nk-nk1188.md @@ -0,0 +1,44 @@ +# NK1188 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 111 +- **Brand variants:** NK1188-D, NK1188-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1188_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Yield Potential and Agronomics Across Environments + +## Strengths + +- Attractive plant height and ear placement +- Solid test weight and grain quality +- Dependable drought tolerance for consistent performance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 4 | +| Common Rust | 7 | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk1228.json b/corpus/nk/nk-nk1228.json new file mode 100644 index 00000000..6afcc1c8 --- /dev/null +++ b/corpus/nk/nk-nk1228.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1228", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1228", + "product_id": null, + "hybrid_prefix": "NK1228", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "112", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1228-AA" + ], + "positioning_statement": "Excellent Yield Potential Paired with Superb Test Weight", + "strengths": [ + "Broadly adapted across soil types with dependable stalks", + "Outstanding emergence with very good early vigor", + "Superb Anthracnose Stalk Rot tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "2" + }, + { + "characteristic": "Tar Spot", + "value": "5" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1228_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:29.642162+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1228.md b/corpus/nk/nk-nk1228.md new file mode 100644 index 00000000..e66856c5 --- /dev/null +++ b/corpus/nk/nk-nk1228.md @@ -0,0 +1,44 @@ +# NK1228 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 112 +- **Brand variants:** NK1228-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1228_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential Paired with Superb Test Weight + +## Strengths + +- Broadly adapted across soil types with dependable stalks +- Outstanding emergence with very good early vigor +- Superb Anthracnose Stalk Rot tolerance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 2 | +| Tar Spot | 5 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk1239.json b/corpus/nk/nk-nk1239.json new file mode 100644 index 00000000..8f1fb42b --- /dev/null +++ b/corpus/nk/nk-nk1239.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1239", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1239", + "product_id": null, + "hybrid_prefix": "NK1239", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "112", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1239-D" + ], + "positioning_statement": "Strong Agronomics with Good Grain Quality", + "strengths": [ + "Solid roots and stalks for ease of harvest", + "Good choice for higher managed acres in the Central to Eastern Cornbelt", + "Tall and leafy hybrid for dual-purpose silage potential" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "2" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "7" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1239_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:30.661244+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1239.md b/corpus/nk/nk-nk1239.md new file mode 100644 index 00000000..a7a6b213 --- /dev/null +++ b/corpus/nk/nk-nk1239.md @@ -0,0 +1,44 @@ +# NK1239 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 112 +- **Brand variants:** NK1239-D +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1239_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Agronomics with Good Grain Quality + +## Strengths + +- Solid roots and stalks for ease of harvest +- Good choice for higher managed acres in the Central to Eastern Cornbelt +- Tall and leafy hybrid for dual-purpose silage potential + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 2 | +| Fusarium Crown Rot | 3 | +| Common Rust | 7 | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk13-y4xf.json b/corpus/nk/nk-nk13-y4xf.json new file mode 100644 index 00000000..d74bb5cc --- /dev/null +++ b/corpus/nk/nk-nk13-y4xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk13-y4xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK13-Y4XF", + "product_id": null, + "hybrid_prefix": "NK13-Y4XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.3", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Trusted Genetics with Impressive Agronomics", + "strengths": [ + "Broadly adapted across soil types to allow for easy placement", + "Rps1c/3a gene stack with strong performance in saturated soils", + "Very strong Soybean White Mold tolerance with excellent standability" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.8" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "18.8" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK13-Y4XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:57.673793+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk13-y4xf.md b/corpus/nk/nk-nk13-y4xf.md new file mode 100644 index 00000000..badb323d --- /dev/null +++ b/corpus/nk/nk-nk13-y4xf.md @@ -0,0 +1,51 @@ +# NK13-Y4XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.3 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK13-Y4XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Trusted Genetics with Impressive Agronomics + +## Strengths + +- Broadly adapted across soil types to allow for easy placement +- Rps1c/3a gene stack with strong performance in saturated soils +- Very strong Soybean White Mold tolerance with excellent standability + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 1 | +| Green Stem | 3 | +| % Protein at 13% mst. | 35.8 | +| % Oil at 13% mst. | 18.8 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk1307.json b/corpus/nk/nk-nk1307.json new file mode 100644 index 00000000..2eddaa17 --- /dev/null +++ b/corpus/nk/nk-nk1307.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1307", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1307", + "product_id": null, + "hybrid_prefix": "NK1307", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "113", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1307-DV" + ], + "positioning_statement": "Strong Performance Across Yield Environments with a Dependable Disease Package", + "strengths": [ + "Strong emergence with very good early vigor", + "Moderate plant and ear height with excellent stalks", + "Exceptional green snap tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1307_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:31.623395+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1307.md b/corpus/nk/nk-nk1307.md new file mode 100644 index 00000000..d0c5e379 --- /dev/null +++ b/corpus/nk/nk-nk1307.md @@ -0,0 +1,44 @@ +# NK1307 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 113 +- **Brand variants:** NK1307-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1307_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Performance Across Yield Environments with a Dependable Disease Package + +## Strengths + +- Strong emergence with very good early vigor +- Moderate plant and ear height with excellent stalks +- Exceptional green snap tolerance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk1386.json b/corpus/nk/nk-nk1386.json new file mode 100644 index 00000000..662e5eec --- /dev/null +++ b/corpus/nk/nk-nk1386.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1386", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1386", + "product_id": null, + "hybrid_prefix": "NK1386", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "113", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1386-VZ" + ], + "positioning_statement": "Broadly Adapted Hybrid with Excellent Performance Across Yield Levels", + "strengths": [ + "Moderately tall plant and ear height with solid stalk strength", + "Excellent disease package allows for flexibility in management", + "Dependable performance on drought prone soils with good heat and stress tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "2" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1386_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:32.653559+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1386.md b/corpus/nk/nk-nk1386.md new file mode 100644 index 00000000..a3f7a09f --- /dev/null +++ b/corpus/nk/nk-nk1386.md @@ -0,0 +1,44 @@ +# NK1386 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 113 +- **Brand variants:** NK1386-VZ +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1386_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Broadly Adapted Hybrid with Excellent Performance Across Yield Levels + +## Strengths + +- Moderately tall plant and ear height with solid stalk strength +- Excellent disease package allows for flexibility in management +- Dependable performance on drought prone soils with good heat and stress tolerance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 2 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk14-u5e3.json b/corpus/nk/nk-nk14-u5e3.json new file mode 100644 index 00000000..8f77a326 --- /dev/null +++ b/corpus/nk/nk-nk14-u5e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk14-u5e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK14-U5E3", + "product_id": null, + "hybrid_prefix": "NK14-U5E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.4", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Peking SCN with Outstanding Tolerance to IDC", + "strengths": [ + "Rps1c/3a gene stack with excellent Phytophthora field tolerance", + "Outstanding emergence allows for early planting", + "Medium-tall plant type with excellent performance on tough, coarse textured soils" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, MR3, MR5" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.1" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Best" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK14-U5E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:58.646159+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk14-u5e3.md b/corpus/nk/nk-nk14-u5e3.md new file mode 100644 index 00000000..8c648813 --- /dev/null +++ b/corpus/nk/nk-nk14-u5e3.md @@ -0,0 +1,51 @@ +# NK14-U5E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.4 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK14-U5E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Peking SCN with Outstanding Tolerance to IDC + +## Strengths + +- Rps1c/3a gene stack with excellent Phytophthora field tolerance +- Outstanding emergence allows for early planting +- Medium-tall plant type with excellent performance on tough, coarse textured soils + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR1, MR3, MR5 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Shatter Tolerance | 3 | +| Green Stem | 2 | +| % Protein at 13% mst. | 35.1 | +| % Oil at 13% mst. | 19.1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Best | +| Wide Rows | Good | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk14-v3xf.json b/corpus/nk/nk-nk14-v3xf.json new file mode 100644 index 00000000..65d67a47 --- /dev/null +++ b/corpus/nk/nk-nk14-v3xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk14-v3xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK14-V3XF", + "product_id": null, + "hybrid_prefix": "NK14-V3XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Step Change in Yield Performance with Exceptional Agronomics", + "strengths": [ + "NK17-M2XF type with excellent performance and yield stability", + "Great standability and harvest appearance", + "Best performance in well drained soils" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "4" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "36.3" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.0" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK14-V3XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:59.673021+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk14-v3xf.md b/corpus/nk/nk-nk14-v3xf.md new file mode 100644 index 00000000..2fc65cc1 --- /dev/null +++ b/corpus/nk/nk-nk14-v3xf.md @@ -0,0 +1,50 @@ +# NK14-V3XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK14-V3XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Step Change in Yield Performance with Exceptional Agronomics + +## Strengths + +- NK17-M2XF type with excellent performance and yield stability +- Great standability and harvest appearance +- Best performance in well drained soils + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 3 | +| Green Stem | 4 | +| % Protein at 13% mst. | 36.3 | +| % Oil at 13% mst. | 20.0 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk1480.json b/corpus/nk/nk-nk1480.json new file mode 100644 index 00000000..ce949ea9 --- /dev/null +++ b/corpus/nk/nk-nk1480.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1480", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1480", + "product_id": null, + "hybrid_prefix": "NK1480", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "114", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1480-DV" + ], + "positioning_statement": "Exciting Genetics for the Eastern Cornbelt", + "strengths": [ + "High performing genetics for the highly productive acre", + "Proven emergence with very good seedling vigor for early planting", + "Great continuous-corn performance with strong Gray Leaf Spot and Tar Spot tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "6" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1480_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:33.643259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1480.md b/corpus/nk/nk-nk1480.md new file mode 100644 index 00000000..f5113a11 --- /dev/null +++ b/corpus/nk/nk-nk1480.md @@ -0,0 +1,44 @@ +# NK1480 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 114 +- **Brand variants:** NK1480-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1480_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Genetics for the Eastern Cornbelt + +## Strengths + +- High performing genetics for the highly productive acre +- Proven emergence with very good seedling vigor for early planting +- Great continuous-corn performance with strong Gray Leaf Spot and Tar Spot tolerance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 5 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 6 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk15-g9e3s.json b/corpus/nk/nk-nk15-g9e3s.json new file mode 100644 index 00000000..11f10c6e --- /dev/null +++ b/corpus/nk/nk-nk15-g9e3s.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk15-g9e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK15-G9E3S", + "product_id": null, + "hybrid_prefix": "NK15-G9E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.5", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Peking SCN with Excellent Performance Across Geographies", + "strengths": [ + "Strong performance in any yield level", + "Excellent standability and very good Soybean White Mold tolerance", + "Excellent SDS with strong Brown Stem Rot tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.5" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.0" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK15-G9E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:00.657235+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk15-g9e3s.md b/corpus/nk/nk-nk15-g9e3s.md new file mode 100644 index 00000000..2052ab28 --- /dev/null +++ b/corpus/nk/nk-nk15-g9e3s.md @@ -0,0 +1,51 @@ +# NK15-G9E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.5 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK15-G9E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Peking SCN with Excellent Performance Across Geographies + +## Strengths + +- Strong performance in any yield level +- Excellent standability and very good Soybean White Mold tolerance +- Excellent SDS with strong Brown Stem Rot tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | MR1, R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 3 | +| Green Stem | 3 | +| % Protein at 13% mst. | 34.5 | +| % Oil at 13% mst. | 20.0 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk1523.json b/corpus/nk/nk-nk1523.json new file mode 100644 index 00000000..91a57b4c --- /dev/null +++ b/corpus/nk/nk-nk1523.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1523", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1523", + "product_id": null, + "hybrid_prefix": "NK1523", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "115", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1523-V" + ], + "positioning_statement": "High-End Yield Potential with Agronomic Stability", + "strengths": [ + "Consistent yield potential in a broadly adapted hybrid", + "Strong and robust root structure", + "Excellent yield potential with increased management" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "2" + }, + { + "characteristic": "Tar Spot", + "value": "2" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "7" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1523_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:34.633961+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1523.md b/corpus/nk/nk-nk1523.md new file mode 100644 index 00000000..d096dc21 --- /dev/null +++ b/corpus/nk/nk-nk1523.md @@ -0,0 +1,44 @@ +# NK1523 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 115 +- **Brand variants:** NK1523-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1523_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +High-End Yield Potential with Agronomic Stability + +## Strengths + +- Consistent yield potential in a broadly adapted hybrid +- Strong and robust root structure +- Excellent yield potential with increased management + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 2 | +| Tar Spot | 2 | +| Fusarium Crown Rot | 4 | +| Common Rust | 7 | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk16-b4e3s.json b/corpus/nk/nk-nk16-b4e3s.json new file mode 100644 index 00000000..b252a9a6 --- /dev/null +++ b/corpus/nk/nk-nk16-b4e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk16-b4e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK16-B4E3S", + "product_id": null, + "hybrid_prefix": "NK16-B4E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Push Your Yield Goals with This Broadly Adapted Variety", + "strengths": [ + "Broadly adapted across soil types, including drought prone and poorly drained", + "Excels in high yield environments", + "Good response to early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK16-B4E3S_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:01.693163+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk16-b4e3s.md b/corpus/nk/nk-nk16-b4e3s.md new file mode 100644 index 00000000..f6589101 --- /dev/null +++ b/corpus/nk/nk-nk16-b4e3s.md @@ -0,0 +1,48 @@ +# NK16-B4E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK16-B4E3S_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Push Your Yield Goals with This Broadly Adapted Variety + +## Strengths + +- Broadly adapted across soil types, including drought prone and poorly drained +- Excels in high yield environments +- Good response to early planting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 4 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk16-z6e3.json b/corpus/nk/nk-nk16-z6e3.json new file mode 100644 index 00000000..2fdb3999 --- /dev/null +++ b/corpus/nk/nk-nk16-z6e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk16-z6e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK16-Z6E3", + "product_id": null, + "hybrid_prefix": "NK16-Z6E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.6", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Peking Source of SCN Resistance with Strong Agronomics", + "strengths": [ + "Well suited to high pH soils with strong tolerance to IDC", + "Solid drought stress tolerance", + "Rps1c/3a gene stack with great Phytophthora field tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R1, MR3, MR5" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "1" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.0" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Fair" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK16-Z6E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:02.656716+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk16-z6e3.md b/corpus/nk/nk-nk16-z6e3.md new file mode 100644 index 00000000..b8a0eb8a --- /dev/null +++ b/corpus/nk/nk-nk16-z6e3.md @@ -0,0 +1,51 @@ +# NK16-Z6E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.6 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK16-Z6E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Peking Source of SCN Resistance with Strong Agronomics + +## Strengths + +- Well suited to high pH soils with strong tolerance to IDC +- Solid drought stress tolerance +- Rps1c/3a gene stack with great Phytophthora field tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | R1, MR3, MR5 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 1 | +| Standability | 3 | +| Shatter Tolerance | 3 | +| Green Stem | 2 | +| % Protein at 13% mst. | 35.0 | +| % Oil at 13% mst. | 19.2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Fair | diff --git a/corpus/nk/nk-nk1661.json b/corpus/nk/nk-nk1661.json new file mode 100644 index 00000000..661bbc8f --- /dev/null +++ b/corpus/nk/nk-nk1661.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1661", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1661", + "product_id": null, + "hybrid_prefix": "NK1661", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "116", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1661-DV" + ], + "positioning_statement": "Excellent Yield Potential with Artesian Technology", + "strengths": [ + "Strong disease package and plant health provide crop rotation flexibility", + "Dependable stalks and roots that allow for population flexibility across all environments", + "Consistent performance across all soil types" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1661_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:35.705800+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1661.md b/corpus/nk/nk-nk1661.md new file mode 100644 index 00000000..c58161eb --- /dev/null +++ b/corpus/nk/nk-nk1661.md @@ -0,0 +1,44 @@ +# NK1661 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 116 +- **Brand variants:** NK1661-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1661_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential with Artesian Technology + +## Strengths + +- Strong disease package and plant health provide crop rotation flexibility +- Dependable stalks and roots that allow for population flexibility across all environments +- Consistent performance across all soil types + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk1694.json b/corpus/nk/nk-nk1694.json new file mode 100644 index 00000000..b0a00518 --- /dev/null +++ b/corpus/nk/nk-nk1694.json @@ -0,0 +1,103 @@ +{ + "source": "nk", + "source_key": "nk-nk1694", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1694", + "product_id": null, + "hybrid_prefix": "NK1694", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "116", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1694-3111", + "NK1694-GT" + ], + "positioning_statement": "Superb Yield Potential on Stress Acres", + "strengths": [ + "Well adapted to drought prone soils", + "Flex ear type allows for moderate populations under stress conditions", + "Stable plant and ear height across rolling stress environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "6" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1694_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:36.634438+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1694.md b/corpus/nk/nk-nk1694.md new file mode 100644 index 00000000..5d9be255 --- /dev/null +++ b/corpus/nk/nk-nk1694.md @@ -0,0 +1,44 @@ +# NK1694 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 116 +- **Brand variants:** NK1694-3111, NK1694-GT +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1694_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Superb Yield Potential on Stress Acres + +## Strengths + +- Well adapted to drought prone soils +- Flex ear type allows for moderate populations under stress conditions +- Stable plant and ear height across rolling stress environments + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | 6 | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk17-h1e3.json b/corpus/nk/nk-nk17-h1e3.json new file mode 100644 index 00000000..6c9461a5 --- /dev/null +++ b/corpus/nk/nk-nk17-h1e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk17-h1e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK17-H1E3", + "product_id": null, + "hybrid_prefix": "NK17-H1E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.7", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Great White Mold Tolerance for the Highly Productive Acre", + "strengths": [ + "Good performance on high fertility, high CEC soil types", + "Steady performance across yield levels", + "Strong response to early planting, paired with solid SDS tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "4" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "36.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK17-H1E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:03.648626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk17-h1e3.md b/corpus/nk/nk-nk17-h1e3.md new file mode 100644 index 00000000..aef104b1 --- /dev/null +++ b/corpus/nk/nk-nk17-h1e3.md @@ -0,0 +1,51 @@ +# NK17-H1E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.7 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK17-H1E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Great White Mold Tolerance for the Highly Productive Acre + +## Strengths + +- Good performance on high fertility, high CEC soil types +- Steady performance across yield levels +- Strong response to early planting, paired with solid SDS tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 4 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | +| % Protein at 13% mst. | 36.6 | +| % Oil at 13% mst. | 20.2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk17-m2xf.json b/corpus/nk/nk-nk17-m2xf.json new file mode 100644 index 00000000..b97e203a --- /dev/null +++ b/corpus/nk/nk-nk17-m2xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk17-m2xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK17-M2XF", + "product_id": null, + "hybrid_prefix": "NK17-M2XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.7", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Trusted Genetics Bring Excellent Yield Potential for Maturity", + "strengths": [ + "Medium-tall plant type with great standability", + "Very good tolerance to Sudden Death Syndrome", + "Strong performance across yield environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.1" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.6" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK17-M2XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:04.654369+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk17-m2xf.md b/corpus/nk/nk-nk17-m2xf.md new file mode 100644 index 00000000..46350d77 --- /dev/null +++ b/corpus/nk/nk-nk17-m2xf.md @@ -0,0 +1,51 @@ +# NK17-M2XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.7 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK17-M2XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Trusted Genetics Bring Excellent Yield Potential for Maturity + +## Strengths + +- Medium-tall plant type with great standability +- Very good tolerance to Sudden Death Syndrome +- Strong performance across yield environments + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 35.1 | +| % Oil at 13% mst. | 19.6 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk1732.json b/corpus/nk/nk-nk1732.json new file mode 100644 index 00000000..3de1bfaf --- /dev/null +++ b/corpus/nk/nk-nk1732.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk1732", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK1732", + "product_id": null, + "hybrid_prefix": "NK1732", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "117", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK1732-DVZ" + ], + "positioning_statement": "Broadly Adapted DuracadeVipteraZ3 Hybrid for the Highly Productive Acre", + "strengths": [ + "Season-long standability anchored by strong stalks and roots", + "Demonstrated a favorable response to higher management", + "Best performance potential in the Western Cornbelt with good Southern movement" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "2" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK1732_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:37.626035+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk1732.md b/corpus/nk/nk-nk1732.md new file mode 100644 index 00000000..dc58011e --- /dev/null +++ b/corpus/nk/nk-nk1732.md @@ -0,0 +1,44 @@ +# NK1732 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 117 +- **Brand variants:** NK1732-DVZ +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK1732_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Broadly Adapted DuracadeVipteraZ3 Hybrid for the Highly Productive Acre + +## Strengths + +- Season-long standability anchored by strong stalks and roots +- Demonstrated a favorable response to higher management +- Best performance potential in the Western Cornbelt with good Southern movement + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 2 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk18-a6xf.json b/corpus/nk/nk-nk18-a6xf.json new file mode 100644 index 00000000..4f109fb0 --- /dev/null +++ b/corpus/nk/nk-nk18-a6xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk18-a6xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK18-A6XF", + "product_id": null, + "hybrid_prefix": "NK18-A6XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.8", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Next Generation NK17-M2XF Brand Genetics with Improved Yield Potential", + "strengths": [ + "Strong tolerance to Iron Deficiency Chlorosis with the Excluder gene", + "Broadly adapted across yield environments", + "Excellent standability and White Mold tolerance allow planting on high fertility acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.0" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.7" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK18-A6XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:05.664114+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk18-a6xf.md b/corpus/nk/nk-nk18-a6xf.md new file mode 100644 index 00000000..134d0e47 --- /dev/null +++ b/corpus/nk/nk-nk18-a6xf.md @@ -0,0 +1,51 @@ +# NK18-A6XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.8 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK18-A6XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Next Generation NK17-M2XF Brand Genetics with Improved Yield Potential + +## Strengths + +- Strong tolerance to Iron Deficiency Chlorosis with the Excluder gene +- Broadly adapted across yield environments +- Excellent standability and White Mold tolerance allow planting on high fertility acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | +| % Protein at 13% mst. | 35.0 | +| % Oil at 13% mst. | 19.7 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk19-t8e3s.json b/corpus/nk/nk-nk19-t8e3s.json new file mode 100644 index 00000000..500c1f46 --- /dev/null +++ b/corpus/nk/nk-nk19-t8e3s.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk19-t8e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK19-T8E3S", + "product_id": null, + "hybrid_prefix": "NK19-T8E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "1.9", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Peking SCN Resistance Coupled with Great Yield Potential", + "strengths": [ + "Broadly adapted for production on all soil and drainage types", + "Very good standability for high yield environments", + "Strong response to irrigation" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, MR3, MR5" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.5" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.8" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK19-T8E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:06.637044+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk19-t8e3s.md b/corpus/nk/nk-nk19-t8e3s.md new file mode 100644 index 00000000..006c1495 --- /dev/null +++ b/corpus/nk/nk-nk19-t8e3s.md @@ -0,0 +1,51 @@ +# NK19-T8E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 1.9 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK19-T8E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Peking SCN Resistance Coupled with Great Yield Potential + +## Strengths + +- Broadly adapted for production on all soil and drainage types +- Very good standability for high yield environments +- Strong response to irrigation + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | MR1, MR3, MR5 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 1 | +| Green Stem | 2 | +| % Protein at 13% mst. | 34.5 | +| % Oil at 13% mst. | 19.8 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk20-j9e3s.json b/corpus/nk/nk-nk20-j9e3s.json new file mode 100644 index 00000000..447ec614 --- /dev/null +++ b/corpus/nk/nk-nk20-j9e3s.json @@ -0,0 +1,100 @@ +{ + "source": "nk", + "source_key": "nk-nk20-j9e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK20-J9E3S", + "product_id": null, + "hybrid_prefix": "NK20-J9E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Peking and Performance in One Versatile Bean", + "strengths": [ + "Dependable Phytophthora tolerance with great performance on poorly drained soils", + "Outstanding performance from East to West with dependable drought tolerance", + "Consistent yield across environments, with excellent top-end potential" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, MR3, MR5" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK20-J9E3S_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:07.670461+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk20-j9e3s.md b/corpus/nk/nk-nk20-j9e3s.md new file mode 100644 index 00000000..76ab5751 --- /dev/null +++ b/corpus/nk/nk-nk20-j9e3s.md @@ -0,0 +1,46 @@ +# NK20-J9E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK20-J9E3S_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Peking and Performance in One Versatile Bean + +## Strengths + +- Dependable Phytophthora tolerance with great performance on poorly drained soils +- Outstanding performance from East to West with dependable drought tolerance +- Consistent yield across environments, with excellent top-end potential + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR1, MR3, MR5 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Shatter Tolerance | 4 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| High pH | Fair | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk20-k2xf.json b/corpus/nk/nk-nk20-k2xf.json new file mode 100644 index 00000000..19398ca8 --- /dev/null +++ b/corpus/nk/nk-nk20-k2xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk20-k2xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK20-K2XF", + "product_id": null, + "hybrid_prefix": "NK20-K2XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.0", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Proven High-Performing Genetics with IDC Tolerance", + "strengths": [ + "Broadly adapted with stable performance across environments", + "Solid defensive package with very good PRR tolerance for use on poorly drained acres", + "Excellent drought stress tolerance and very good standability" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "4" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.1" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.5" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Fair" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK20-K2XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:08.667898+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk20-k2xf.md b/corpus/nk/nk-nk20-k2xf.md new file mode 100644 index 00000000..c87e451a --- /dev/null +++ b/corpus/nk/nk-nk20-k2xf.md @@ -0,0 +1,51 @@ +# NK20-K2XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.0 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK20-K2XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Proven High-Performing Genetics with IDC Tolerance + +## Strengths + +- Broadly adapted with stable performance across environments +- Solid defensive package with very good PRR tolerance for use on poorly drained acres +- Excellent drought stress tolerance and very good standability + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 3 | +| Green Stem | 4 | +| % Protein at 13% mst. | 34.1 | +| % Oil at 13% mst. | 20.5 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Fair | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk21-c2e3.json b/corpus/nk/nk-nk21-c2e3.json new file mode 100644 index 00000000..93b0126c --- /dev/null +++ b/corpus/nk/nk-nk21-c2e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk21-c2e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK21-C2E3", + "product_id": null, + "hybrid_prefix": "NK21-C2E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.1", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Reliable Genetics with Great Yield Potential and Solid Agronomics", + "strengths": [ + "Broadly adapted for production on all soil types", + "Brings great SDS and PRR field tolerance", + "Strong standability and SWM tolerance for use on highly productive acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.5" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.6" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK21-C2E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:09.659171+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk21-c2e3.md b/corpus/nk/nk-nk21-c2e3.md new file mode 100644 index 00000000..56f15861 --- /dev/null +++ b/corpus/nk/nk-nk21-c2e3.md @@ -0,0 +1,51 @@ +# NK21-C2E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.1 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK21-C2E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Reliable Genetics with Great Yield Potential and Solid Agronomics + +## Strengths + +- Broadly adapted for production on all soil types +- Brings great SDS and PRR field tolerance +- Strong standability and SWM tolerance for use on highly productive acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 34.5 | +| % Oil at 13% mst. | 19.6 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk21-h4xf.json b/corpus/nk/nk-nk21-h4xf.json new file mode 100644 index 00000000..894e6484 --- /dev/null +++ b/corpus/nk/nk-nk21-h4xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk21-h4xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK21-H4XF", + "product_id": null, + "hybrid_prefix": "NK21-H4XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.1", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Exceptional Yield Potential with Great Defensive Traits", + "strengths": [ + "Widely adapted while thriving on poorly drained soils", + "Very good protection against Phytophthora Root Rot, Sudden Death Syndrome and Iron Deficiency Chlorosis", + "Strong performance moving South of zone" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.2" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.8" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Fair" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK21-H4XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:10.661444+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk21-h4xf.md b/corpus/nk/nk-nk21-h4xf.md new file mode 100644 index 00000000..d8e4ddab --- /dev/null +++ b/corpus/nk/nk-nk21-h4xf.md @@ -0,0 +1,51 @@ +# NK21-H4XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.1 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK21-H4XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exceptional Yield Potential with Great Defensive Traits + +## Strengths + +- Widely adapted while thriving on poorly drained soils +- Very good protection against Phytophthora Root Rot, Sudden Death Syndrome and Iron Deficiency Chlorosis +- Strong performance moving South of zone + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 4 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 35.2 | +| % Oil at 13% mst. | 19.8 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Fair | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk23-p1e3.json b/corpus/nk/nk-nk23-p1e3.json new file mode 100644 index 00000000..3dbd7938 --- /dev/null +++ b/corpus/nk/nk-nk23-p1e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk23-p1e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK23-P1E3", + "product_id": null, + "hybrid_prefix": "NK23-P1E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.3", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Exciting Yield Potential with Peking SCN Resistance", + "strengths": [ + "Stacked PRR genes with solid field tolerance", + "Performs best on highly productive soils with great top-end yield potential", + "Nice plant height combined with great standability" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R1, MR3, MR5" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "33.2" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.9" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK23-P1E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:11.646811+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk23-p1e3.md b/corpus/nk/nk-nk23-p1e3.md new file mode 100644 index 00000000..cc51c940 --- /dev/null +++ b/corpus/nk/nk-nk23-p1e3.md @@ -0,0 +1,51 @@ +# NK23-P1E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.3 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK23-P1E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Yield Potential with Peking SCN Resistance + +## Strengths + +- Stacked PRR genes with solid field tolerance +- Performs best on highly productive soils with great top-end yield potential +- Nice plant height combined with great standability + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | R1, MR3, MR5 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | +| % Protein at 13% mst. | 33.2 | +| % Oil at 13% mst. | 19.9 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk23-t9xf.json b/corpus/nk/nk-nk23-t9xf.json new file mode 100644 index 00000000..8ec802bd --- /dev/null +++ b/corpus/nk/nk-nk23-t9xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk23-t9xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK23-T9XF", + "product_id": null, + "hybrid_prefix": "NK23-T9XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.3", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Exciting Soybean White Mold Genetics Protect Yield Potential", + "strengths": [ + "Widely adapted with best performance on fine and medium textured soils", + "Dependable standability all season long", + "Good choice to move South of zone" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.3" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK23-T9XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:12.656967+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk23-t9xf.md b/corpus/nk/nk-nk23-t9xf.md new file mode 100644 index 00000000..bef237b2 --- /dev/null +++ b/corpus/nk/nk-nk23-t9xf.md @@ -0,0 +1,51 @@ +# NK23-T9XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.3 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK23-T9XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Soybean White Mold Genetics Protect Yield Potential + +## Strengths + +- Widely adapted with best performance on fine and medium textured soils +- Dependable standability all season long +- Good choice to move South of zone + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | +| % Protein at 13% mst. | 34.3 | +| % Oil at 13% mst. | 20.1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk24-u5xf.json b/corpus/nk/nk-nk24-u5xf.json new file mode 100644 index 00000000..4bae31cd --- /dev/null +++ b/corpus/nk/nk-nk24-u5xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk24-u5xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK24-U5XF", + "product_id": null, + "hybrid_prefix": "NK24-U5XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.4", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Racehorse Performance with Workhorse Versatility", + "strengths": [ + "Excellent performance on poorly drained soils", + "Consistent yield potential under drought stress, with White Mold tolerance for high yield environments", + "Great performance across yield levels with good Northern movement" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "36.3" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.8" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK24-U5XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:13.647751+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk24-u5xf.md b/corpus/nk/nk-nk24-u5xf.md new file mode 100644 index 00000000..f8919941 --- /dev/null +++ b/corpus/nk/nk-nk24-u5xf.md @@ -0,0 +1,51 @@ +# NK24-U5XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.4 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK24-U5XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Racehorse Performance with Workhorse Versatility + +## Strengths + +- Excellent performance on poorly drained soils +- Consistent yield potential under drought stress, with White Mold tolerance for high yield environments +- Great performance across yield levels with good Northern movement + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 36.3 | +| % Oil at 13% mst. | 19.8 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk25-v7e3.json b/corpus/nk/nk-nk25-v7e3.json new file mode 100644 index 00000000..fc3b76cb --- /dev/null +++ b/corpus/nk/nk-nk25-v7e3.json @@ -0,0 +1,100 @@ +{ + "source": "nk", + "source_key": "nk-nk25-v7e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK25-V7E3", + "product_id": null, + "hybrid_prefix": "NK25-V7E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "The Go To Choice For The IDC Acre", + "strengths": [ + "Solid performance on tough IDC prone soils", + "Excellent tolerance to drought stress", + "Great response to early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK25-V7E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:14.654063+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk25-v7e3.md b/corpus/nk/nk-nk25-v7e3.md new file mode 100644 index 00000000..133e846a --- /dev/null +++ b/corpus/nk/nk-nk25-v7e3.md @@ -0,0 +1,46 @@ +# NK25-V7E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK25-V7E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +The Go To Choice For The IDC Acre + +## Strengths + +- Solid performance on tough IDC prone soils +- Excellent tolerance to drought stress +- Great response to early planting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Shatter Tolerance | 2 | +| Green Stem | 4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| High pH | Good | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk26-m6e3.json b/corpus/nk/nk-nk26-m6e3.json new file mode 100644 index 00000000..7e981a02 --- /dev/null +++ b/corpus/nk/nk-nk26-m6e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk26-m6e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK26-M6E3", + "product_id": null, + "hybrid_prefix": "NK26-M6E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.6", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Broadly Adapted with Great Yield Potential on Any Acre", + "strengths": [ + "Handles variable and poorly drained soils with solid Phytophthora field tolerance", + "Maintains performance North and South of zone", + "Outstanding performance on drought stressed and highly productive acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "33.4" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK26-M6E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:15.664592+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk26-m6e3.md b/corpus/nk/nk-nk26-m6e3.md new file mode 100644 index 00000000..f9530728 --- /dev/null +++ b/corpus/nk/nk-nk26-m6e3.md @@ -0,0 +1,51 @@ +# NK26-M6E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.6 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK26-M6E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Broadly Adapted with Great Yield Potential on Any Acre + +## Strengths + +- Handles variable and poorly drained soils with solid Phytophthora field tolerance +- Maintains performance North and South of zone +- Outstanding performance on drought stressed and highly productive acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | +| % Protein at 13% mst. | 33.4 | +| % Oil at 13% mst. | 20.3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk26-z1xf.json b/corpus/nk/nk-nk26-z1xf.json new file mode 100644 index 00000000..c0b5169a --- /dev/null +++ b/corpus/nk/nk-nk26-z1xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk26-z1xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK26-Z1XF", + "product_id": null, + "hybrid_prefix": "NK26-Z1XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.6", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Top-End Yield Potential with Great Versatility", + "strengths": [ + "Strong performance across soil types and drainage classes", + "Great drought tolerance coupled with a solid response to irrigation", + "Excellent performance in zone with great Northern movement" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "35.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK26-Z1XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:16.670286+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk26-z1xf.md b/corpus/nk/nk-nk26-z1xf.md new file mode 100644 index 00000000..a615db5a --- /dev/null +++ b/corpus/nk/nk-nk26-z1xf.md @@ -0,0 +1,51 @@ +# NK26-Z1XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.6 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK26-Z1XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Top-End Yield Potential with Great Versatility + +## Strengths + +- Strong performance across soil types and drainage classes +- Great drought tolerance coupled with a solid response to irrigation +- Excellent performance in zone with great Northern movement + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 4 | +| Green Stem | 3 | +| % Protein at 13% mst. | 35.6 | +| % Oil at 13% mst. | 20.1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk27-k4e3s.json b/corpus/nk/nk-nk27-k4e3s.json new file mode 100644 index 00000000..32adb445 --- /dev/null +++ b/corpus/nk/nk-nk27-k4e3s.json @@ -0,0 +1,100 @@ +{ + "source": "nk", + "source_key": "nk-nk27-k4e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK27-K4E3S", + "product_id": null, + "hybrid_prefix": "NK27-K4E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Versatility and Performance in a Peking Package", + "strengths": [ + "Great performance on all soil types and drainage classes", + "Reliable performance from East to West", + "Very strong response to early planting, with the ability to move North and South of zone" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK27-K4E3S_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:17.658515+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk27-k4e3s.md b/corpus/nk/nk-nk27-k4e3s.md new file mode 100644 index 00000000..2bd00e74 --- /dev/null +++ b/corpus/nk/nk-nk27-k4e3s.md @@ -0,0 +1,46 @@ +# NK27-K4E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK27-K4E3S_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Versatility and Performance in a Peking Package + +## Strengths + +- Great performance on all soil types and drainage classes +- Reliable performance from East to West +- Very strong response to early planting, with the ability to move North and South of zone + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | MR1, MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Shatter Tolerance | 3 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| High pH | Poor | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk28-g7e3s.json b/corpus/nk/nk-nk28-g7e3s.json new file mode 100644 index 00000000..cfa76aeb --- /dev/null +++ b/corpus/nk/nk-nk28-g7e3s.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk28-g7e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK28-G7E3S", + "product_id": null, + "hybrid_prefix": "NK28-G7E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.8", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Familiar Genetics with Consistent Yield Potential", + "strengths": [ + "Consistent performance across productivity levels, avoid placement on coarse soils", + "Solid performance under drought conditions", + "Best performance in zone and South" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.5" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK28-G7E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:18.645378+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk28-g7e3s.md b/corpus/nk/nk-nk28-g7e3s.md new file mode 100644 index 00000000..2b576887 --- /dev/null +++ b/corpus/nk/nk-nk28-g7e3s.md @@ -0,0 +1,51 @@ +# NK28-G7E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.8 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK28-G7E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Familiar Genetics with Consistent Yield Potential + +## Strengths + +- Consistent performance across productivity levels, avoid placement on coarse soils +- Solid performance under drought conditions +- Best performance in zone and South + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 34.5 | +| % Oil at 13% mst. | 20.1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk28-p6xf.json b/corpus/nk/nk-nk28-p6xf.json new file mode 100644 index 00000000..8381278a --- /dev/null +++ b/corpus/nk/nk-nk28-p6xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk28-p6xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK28-P6XF", + "product_id": null, + "hybrid_prefix": "NK28-P6XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.8", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Exciting Tank Bean for Any Maturity Group 2 Acre", + "strengths": [ + "Broadly adapted with strong yield potential", + "Excels in fine textured and poorly drained soils", + "Excellent choice for fields with a history of SDS, SWM or IDC" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.8" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK28-P6XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:19.669142+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk28-p6xf.md b/corpus/nk/nk-nk28-p6xf.md new file mode 100644 index 00000000..d565d577 --- /dev/null +++ b/corpus/nk/nk-nk28-p6xf.md @@ -0,0 +1,51 @@ +# NK28-P6XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.8 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK28-P6XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Tank Bean for Any Maturity Group 2 Acre + +## Strengths + +- Broadly adapted with strong yield potential +- Excels in fine textured and poorly drained soils +- Excellent choice for fields with a history of SDS, SWM or IDC + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 34.6 | +| % Oil at 13% mst. | 19.8 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk29-q3xf.json b/corpus/nk/nk-nk29-q3xf.json new file mode 100644 index 00000000..e8f036d5 --- /dev/null +++ b/corpus/nk/nk-nk29-q3xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk29-q3xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK29-Q3XF", + "product_id": null, + "hybrid_prefix": "NK29-Q3XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "2.9", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Exciting Yield Potential Derived from Proven Genetics", + "strengths": [ + "Broadly adapted, moves North and South of zone exceptionally well", + "Excellent performance across soil and drainage types", + "Ideal standability for easy harvesting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "33.8" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "20.4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK29-Q3XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:20.685355+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk29-q3xf.md b/corpus/nk/nk-nk29-q3xf.md new file mode 100644 index 00000000..114834a0 --- /dev/null +++ b/corpus/nk/nk-nk29-q3xf.md @@ -0,0 +1,51 @@ +# NK29-Q3XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 2.9 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK29-Q3XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Yield Potential Derived from Proven Genetics + +## Strengths + +- Broadly adapted, moves North and South of zone exceptionally well +- Excellent performance across soil and drainage types +- Ideal standability for easy harvesting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 4 | +| Green Stem | 2 | +| % Protein at 13% mst. | 33.8 | +| % Oil at 13% mst. | 20.4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk29-w9e3s.json b/corpus/nk/nk-nk29-w9e3s.json new file mode 100644 index 00000000..675aa969 --- /dev/null +++ b/corpus/nk/nk-nk29-w9e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk29-w9e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK29-W9E3S", + "product_id": null, + "hybrid_prefix": "NK29-W9E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "New Genetics Bred To Perform For The Central And Eastern US", + "strengths": [ + "Consistent performance across all soil types and drainage classes", + "Keep East of I35 and in zone or North for best performance", + "Solid Phytophthora and SDS tolerance coupled with a good response to early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK29-W9E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:21.644810+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk29-w9e3s.md b/corpus/nk/nk-nk29-w9e3s.md new file mode 100644 index 00000000..63c097e2 --- /dev/null +++ b/corpus/nk/nk-nk29-w9e3s.md @@ -0,0 +1,48 @@ +# NK29-W9E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK29-W9E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +New Genetics Bred To Perform For The Central And Eastern US + +## Strengths + +- Consistent performance across all soil types and drainage classes +- Keep East of I35 and in zone or North for best performance +- Solid Phytophthora and SDS tolerance coupled with a good response to early planting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk30-a9e3.json b/corpus/nk/nk-nk30-a9e3.json new file mode 100644 index 00000000..b4b6993d --- /dev/null +++ b/corpus/nk/nk-nk30-a9e3.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk30-a9e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK30-A9E3", + "product_id": null, + "hybrid_prefix": "NK30-A9E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.0", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Excellent Phytophthora Field Tolerance with Solid Performance", + "strengths": [ + "Rps1c/3a gene stack well suited for fine textured and poorly drained soils", + "Robust plant type provides consistency on variable soils", + "Great response to irrigation" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.4" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.9" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Fair" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK30-A9E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:22.651103+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk30-a9e3.md b/corpus/nk/nk-nk30-a9e3.md new file mode 100644 index 00000000..ec946175 --- /dev/null +++ b/corpus/nk/nk-nk30-a9e3.md @@ -0,0 +1,51 @@ +# NK30-A9E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.0 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK30-A9E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Phytophthora Field Tolerance with Solid Performance + +## Strengths + +- Rps1c/3a gene stack well suited for fine textured and poorly drained soils +- Robust plant type provides consistency on variable soils +- Great response to irrigation + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | +| % Protein at 13% mst. | 34.4 | +| % Oil at 13% mst. | 19.9 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Fair | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk30-g8xf.json b/corpus/nk/nk-nk30-g8xf.json new file mode 100644 index 00000000..8cdd8f26 --- /dev/null +++ b/corpus/nk/nk-nk30-g8xf.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk30-g8xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK30-G8XF", + "product_id": null, + "hybrid_prefix": "NK30-G8XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Unleashes First-Class Yield Potential With Dependable High pH Tolerance", + "strengths": [ + "Solid IDC tolerance for the high pH acre; best on heavy soils", + "Performs broadly, thriving in highly productive environments", + "Agronomics for the max yield acre with an excellent response to irrigation" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Fair" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK30-G8XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:23.675490+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk30-g8xf.md b/corpus/nk/nk-nk30-g8xf.md new file mode 100644 index 00000000..6e17a8f3 --- /dev/null +++ b/corpus/nk/nk-nk30-g8xf.md @@ -0,0 +1,48 @@ +# NK30-G8XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK30-G8XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Unleashes First-Class Yield Potential With Dependable High pH Tolerance + +## Strengths + +- Solid IDC tolerance for the high pH acre; best on heavy soils +- Performs broadly, thriving in highly productive environments +- Agronomics for the max yield acre with an excellent response to irrigation + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Fair | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk30-t1e3s.json b/corpus/nk/nk-nk30-t1e3s.json new file mode 100644 index 00000000..75245d11 --- /dev/null +++ b/corpus/nk/nk-nk30-t1e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk30-t1e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK30-T1E3S", + "product_id": null, + "hybrid_prefix": "NK30-T1E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Top End Yield Potential For SDS And High pH Acres", + "strengths": [ + "Ideally suited for productive soils, including high pH acres", + "Best in the Central and Western US, moves North and South of zone", + "Great standability for irrigated environments; avoid droughty, non-irrigated coarse soils" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK30-T1E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:24.651275+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk30-t1e3s.md b/corpus/nk/nk-nk30-t1e3s.md new file mode 100644 index 00000000..96a99468 --- /dev/null +++ b/corpus/nk/nk-nk30-t1e3s.md @@ -0,0 +1,48 @@ +# NK30-T1E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK30-T1E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Top End Yield Potential For SDS And High pH Acres + +## Strengths + +- Ideally suited for productive soils, including high pH acres +- Best in the Central and Western US, moves North and South of zone +- Great standability for irrigated environments; avoid droughty, non-irrigated coarse soils + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk30-u4xf.json b/corpus/nk/nk-nk30-u4xf.json new file mode 100644 index 00000000..60bf4111 --- /dev/null +++ b/corpus/nk/nk-nk30-u4xf.json @@ -0,0 +1,116 @@ +{ + "source": "nk", + "source_key": "nk-nk30-u4xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK30-U4XF", + "product_id": null, + "hybrid_prefix": "NK30-U4XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.0", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Spectacular Bulk Tank Soybean with Broad Adaptation", + "strengths": [ + "Excellent standability and top-end yield potential", + "Excels in highly productive soils", + "Dependable agronomics enable easy placement" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + }, + { + "characteristic": "% Protein at 13% mst.", + "value": "34.6" + }, + { + "characteristic": "% Oil at 13% mst.", + "value": "19.7" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK30-U4XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:25.665604+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk30-u4xf.md b/corpus/nk/nk-nk30-u4xf.md new file mode 100644 index 00000000..76c529a0 --- /dev/null +++ b/corpus/nk/nk-nk30-u4xf.md @@ -0,0 +1,51 @@ +# NK30-U4XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.0 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK30-U4XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Spectacular Bulk Tank Soybean with Broad Adaptation + +## Strengths + +- Excellent standability and top-end yield potential +- Excels in highly productive soils +- Dependable agronomics enable easy placement + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | +| % Protein at 13% mst. | 34.6 | +| % Oil at 13% mst. | 19.7 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk32-p2xf.json b/corpus/nk/nk-nk32-p2xf.json new file mode 100644 index 00000000..f6f32ffb --- /dev/null +++ b/corpus/nk/nk-nk32-p2xf.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk32-p2xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK32-P2XF", + "product_id": null, + "hybrid_prefix": "NK32-P2XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.2", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Top End Yield Potential with Very Good White Mold Tolerance", + "strengths": [ + "Broadly adapted across all soil types", + "Solid standability for highly productive acres", + "Excellent drought tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK32-P2XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:26.689701+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk32-p2xf.md b/corpus/nk/nk-nk32-p2xf.md new file mode 100644 index 00000000..6f719e60 --- /dev/null +++ b/corpus/nk/nk-nk32-p2xf.md @@ -0,0 +1,49 @@ +# NK32-P2XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.2 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK32-P2XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Top End Yield Potential with Very Good White Mold Tolerance + +## Strengths + +- Broadly adapted across all soil types +- Solid standability for highly productive acres +- Excellent drought tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk33-w2e3s.json b/corpus/nk/nk-nk33-w2e3s.json new file mode 100644 index 00000000..187349b8 --- /dev/null +++ b/corpus/nk/nk-nk33-w2e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk33-w2e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK33-W2E3S", + "product_id": null, + "hybrid_prefix": "NK33-W2E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.3", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Proven Top-End Yield Potential with Stability Across Acres", + "strengths": [ + "Broadly adapted with great performance on highly productive acres", + "Excellent choice for any soil type including fine textured and poorly drained soils", + "Outstanding tolerance to SDS allows for early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK33-W2E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:27.659714+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk33-w2e3s.md b/corpus/nk/nk-nk33-w2e3s.md new file mode 100644 index 00000000..40a6589f --- /dev/null +++ b/corpus/nk/nk-nk33-w2e3s.md @@ -0,0 +1,49 @@ +# NK33-W2E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.3 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK33-W2E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Proven Top-End Yield Potential with Stability Across Acres + +## Strengths + +- Broadly adapted with great performance on highly productive acres +- Excellent choice for any soil type including fine textured and poorly drained soils +- Outstanding tolerance to SDS allows for early planting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | R3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk33-y7e3s.json b/corpus/nk/nk-nk33-y7e3s.json new file mode 100644 index 00000000..dc69e5ae --- /dev/null +++ b/corpus/nk/nk-nk33-y7e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk33-y7e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK33-Y7E3S", + "product_id": null, + "hybrid_prefix": "NK33-Y7E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.3", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Elite Yield Potential Combined with Exciting Peking SCN Resistance", + "strengths": [ + "Broadly adapted across soil types and drainage classes", + "Awesome performance at any productivity level", + "Reliable disease tolerance to protect bushels all season long" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R1, MR3, MR5" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK33-Y7E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:28.648243+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk33-y7e3s.md b/corpus/nk/nk-nk33-y7e3s.md new file mode 100644 index 00000000..60f03e8a --- /dev/null +++ b/corpus/nk/nk-nk33-y7e3s.md @@ -0,0 +1,49 @@ +# NK33-Y7E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.3 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK33-Y7E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Elite Yield Potential Combined with Exciting Peking SCN Resistance + +## Strengths + +- Broadly adapted across soil types and drainage classes +- Awesome performance at any productivity level +- Reliable disease tolerance to protect bushels all season long + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | R1, MR3, MR5 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 3 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk34-d4xf.json b/corpus/nk/nk-nk34-d4xf.json new file mode 100644 index 00000000..fb579df9 --- /dev/null +++ b/corpus/nk/nk-nk34-d4xf.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk34-d4xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK34-D4XF", + "product_id": null, + "hybrid_prefix": "NK34-D4XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.4", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Elite Yield Potential at Any Productivity Level", + "strengths": [ + "Outstanding SDS tolerance", + "Great choice for any soil texture or drainage class", + "Place North or South of zone with confidence" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK34-D4XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:29.656903+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk34-d4xf.md b/corpus/nk/nk-nk34-d4xf.md new file mode 100644 index 00000000..ddb8463b --- /dev/null +++ b/corpus/nk/nk-nk34-d4xf.md @@ -0,0 +1,49 @@ +# NK34-D4XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.4 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK34-D4XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Elite Yield Potential at Any Productivity Level + +## Strengths + +- Outstanding SDS tolerance +- Great choice for any soil texture or drainage class +- Place North or South of zone with confidence + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk34-p4e3s.json b/corpus/nk/nk-nk34-p4e3s.json new file mode 100644 index 00000000..9fca24e4 --- /dev/null +++ b/corpus/nk/nk-nk34-p4e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk34-p4e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK34-P4E3S", + "product_id": null, + "hybrid_prefix": "NK34-P4E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.4", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Essential Pairing of Peking Resistance with Solid SDS Tolerance", + "strengths": [ + "Broadly adapted across soil types with the ability to handle poorly drained soils", + "Best placement in zone and North", + "Maximizes performance when planted early" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR1, MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK34-P4E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:30.658657+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk34-p4e3s.md b/corpus/nk/nk-nk34-p4e3s.md new file mode 100644 index 00000000..abaee405 --- /dev/null +++ b/corpus/nk/nk-nk34-p4e3s.md @@ -0,0 +1,49 @@ +# NK34-P4E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.4 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK34-P4E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Essential Pairing of Peking Resistance with Solid SDS Tolerance + +## Strengths + +- Broadly adapted across soil types with the ability to handle poorly drained soils +- Best placement in zone and North +- Maximizes performance when planted early + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR1, MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 3 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk36-h9e3s.json b/corpus/nk/nk-nk36-h9e3s.json new file mode 100644 index 00000000..ee68d1f7 --- /dev/null +++ b/corpus/nk/nk-nk36-h9e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk36-h9e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK36-H9E3S", + "product_id": null, + "hybrid_prefix": "NK36-H9E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.6", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Broadly Adapted with Stable Performance Across Environments", + "strengths": [ + "Superb Sudden Death Syndrome tolerance", + "Dependable standability all season long", + "Rps1k gene with reliable Phytophthora Root Rot field tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK36-H9E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:31.645271+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk36-h9e3s.md b/corpus/nk/nk-nk36-h9e3s.md new file mode 100644 index 00000000..ca7a9611 --- /dev/null +++ b/corpus/nk/nk-nk36-h9e3s.md @@ -0,0 +1,49 @@ +# NK36-H9E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.6 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK36-H9E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Broadly Adapted with Stable Performance Across Environments + +## Strengths + +- Superb Sudden Death Syndrome tolerance +- Dependable standability all season long +- Rps1k gene with reliable Phytophthora Root Rot field tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | R3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk37-c1e3.json b/corpus/nk/nk-nk37-c1e3.json new file mode 100644 index 00000000..a11856d0 --- /dev/null +++ b/corpus/nk/nk-nk37-c1e3.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk37-c1e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK37-C1E3", + "product_id": null, + "hybrid_prefix": "NK37-C1E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.7", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Reliable Standability with Top-End Yield Potential", + "strengths": [ + "Superb SDS tolerance with proven IDC protection", + "Versatile to plant on any soil or drainage type", + "Great choice for highly productive acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK37-C1E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:32.658678+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk37-c1e3.md b/corpus/nk/nk-nk37-c1e3.md new file mode 100644 index 00000000..22466f22 --- /dev/null +++ b/corpus/nk/nk-nk37-c1e3.md @@ -0,0 +1,49 @@ +# NK37-C1E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.7 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK37-C1E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Reliable Standability with Top-End Yield Potential + +## Strengths + +- Superb SDS tolerance with proven IDC protection +- Versatile to plant on any soil or drainage type +- Great choice for highly productive acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | R3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 3 | +| Green Stem | 4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk37-h7xf.json b/corpus/nk/nk-nk37-h7xf.json new file mode 100644 index 00000000..c93a8629 --- /dev/null +++ b/corpus/nk/nk-nk37-h7xf.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk37-h7xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK37-H7XF", + "product_id": null, + "hybrid_prefix": "NK37-H7XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Performance And Reliability For Early Planting", + "strengths": [ + "Performs well across soil types; best on heavy, poorly drained soils", + "Excellent tolerance to Southern Stem Canker and SDS", + "Wide planting window; manage standability on highly productive acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK37-H7XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:33.690133+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk37-h7xf.md b/corpus/nk/nk-nk37-h7xf.md new file mode 100644 index 00000000..45af59a5 --- /dev/null +++ b/corpus/nk/nk-nk37-h7xf.md @@ -0,0 +1,48 @@ +# NK37-H7XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK37-H7XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Performance And Reliability For Early Planting + +## Strengths + +- Performs well across soil types; best on heavy, poorly drained soils +- Excellent tolerance to Southern Stem Canker and SDS +- Wide planting window; manage standability on highly productive acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 4 | +| Shatter Tolerance | 2 | +| Green Stem | 4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk38-b5e3s.json b/corpus/nk/nk-nk38-b5e3s.json new file mode 100644 index 00000000..4b293cc0 --- /dev/null +++ b/corpus/nk/nk-nk38-b5e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk38-b5e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK38-B5E3S", + "product_id": null, + "hybrid_prefix": "NK38-B5E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.8", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Impressive Performance with Charcoal Rot Tolerance for Added Versatility", + "strengths": [ + "Great performance across all soil types, excelling on fine textured soils", + "Medium-tall plant type with dependable standability", + "Excellent choice for either dryland or irrigated environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK38-B5E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:34.669073+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk38-b5e3s.md b/corpus/nk/nk-nk38-b5e3s.md new file mode 100644 index 00000000..2eba2ccc --- /dev/null +++ b/corpus/nk/nk-nk38-b5e3s.md @@ -0,0 +1,49 @@ +# NK38-B5E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.8 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK38-B5E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Impressive Performance with Charcoal Rot Tolerance for Added Versatility + +## Strengths + +- Great performance across all soil types, excelling on fine textured soils +- Medium-tall plant type with dependable standability +- Excellent choice for either dryland or irrigated environments + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk39-m8xf.json b/corpus/nk/nk-nk39-m8xf.json new file mode 100644 index 00000000..3d2fbc12 --- /dev/null +++ b/corpus/nk/nk-nk39-m8xf.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk39-m8xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK39-M8XF", + "product_id": null, + "hybrid_prefix": "NK39-M8XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.9", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Awesome Top-End Yield Potential and Proven Defensive Package", + "strengths": [ + "Broadly adapted genetic background with proven Charcoal Root Rot tolerance", + "Flexible for placement on all soil types", + "Outstanding tolerance to SDS" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK39-M8XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:35.675783+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk39-m8xf.md b/corpus/nk/nk-nk39-m8xf.md new file mode 100644 index 00000000..c3cbffe0 --- /dev/null +++ b/corpus/nk/nk-nk39-m8xf.md @@ -0,0 +1,49 @@ +# NK39-M8XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.9 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK39-M8XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Awesome Top-End Yield Potential and Proven Defensive Package + +## Strengths + +- Broadly adapted genetic background with proven Charcoal Root Rot tolerance +- Flexible for placement on all soil types +- Outstanding tolerance to SDS + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk39-s6xf.json b/corpus/nk/nk-nk39-s6xf.json new file mode 100644 index 00000000..8a48aa35 --- /dev/null +++ b/corpus/nk/nk-nk39-s6xf.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk39-s6xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK39-S6XF", + "product_id": null, + "hybrid_prefix": "NK39-S6XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "3.9", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Trusted Genetics with Strong Charcoal Root Rot Tolerance and Excluder Gene", + "strengths": [ + "Stable performance across soil types", + "Performs best in Western and Southern environments", + "Strong response to irrigation" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK39-S6XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:36.745018+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk39-s6xf.md b/corpus/nk/nk-nk39-s6xf.md new file mode 100644 index 00000000..7a64a820 --- /dev/null +++ b/corpus/nk/nk-nk39-s6xf.md @@ -0,0 +1,49 @@ +# NK39-S6XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 3.9 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK39-S6XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Trusted Genetics with Strong Charcoal Root Rot Tolerance and Excluder Gene + +## Strengths + +- Stable performance across soil types +- Performs best in Western and Southern environments +- Strong response to irrigation + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk39-w2e3s.json b/corpus/nk/nk-nk39-w2e3s.json new file mode 100644 index 00000000..ab6fb153 --- /dev/null +++ b/corpus/nk/nk-nk39-w2e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk39-w2e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK39-W2E3S", + "product_id": null, + "hybrid_prefix": "NK39-W2E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Sizzling Top End Yield Potential With Any Acre Flexibility", + "strengths": [ + "Outstanding performance across soil types; best on poorly drained soils", + "Broadly adapted, thriving in highly productive environments", + "Agronomics for the max yield acre with an excellent response to irrigation" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK39-W2E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:37.651395+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk39-w2e3s.md b/corpus/nk/nk-nk39-w2e3s.md new file mode 100644 index 00000000..265cd889 --- /dev/null +++ b/corpus/nk/nk-nk39-w2e3s.md @@ -0,0 +1,48 @@ +# NK39-W2E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK39-W2E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Sizzling Top End Yield Potential With Any Acre Flexibility + +## Strengths + +- Outstanding performance across soil types; best on poorly drained soils +- Broadly adapted, thriving in highly productive environments +- Agronomics for the max yield acre with an excellent response to irrigation + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk40-p5e3.json b/corpus/nk/nk-nk40-p5e3.json new file mode 100644 index 00000000..c2a4f7fa --- /dev/null +++ b/corpus/nk/nk-nk40-p5e3.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk40-p5e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK40-P5E3", + "product_id": null, + "hybrid_prefix": "NK40-P5E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.0", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Workhorse Reliability with Top-End Yield Potential", + "strengths": [ + "Very good PRR and SDS tolerance", + "Excels on poorly drained, fine textured soils", + "Great standability with the Excluder gene" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK40-P5E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:38.651791+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk40-p5e3.md b/corpus/nk/nk-nk40-p5e3.md new file mode 100644 index 00000000..9b8dff30 --- /dev/null +++ b/corpus/nk/nk-nk40-p5e3.md @@ -0,0 +1,49 @@ +# NK40-P5E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.0 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK40-P5E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Workhorse Reliability with Top-End Yield Potential + +## Strengths + +- Very good PRR and SDS tolerance +- Excels on poorly drained, fine textured soils +- Great standability with the Excluder gene + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk42-a6e3s.json b/corpus/nk/nk-nk42-a6e3s.json new file mode 100644 index 00000000..18d19b47 --- /dev/null +++ b/corpus/nk/nk-nk42-a6e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk42-a6e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK42-A6E3S", + "product_id": null, + "hybrid_prefix": "NK42-A6E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.2", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Superb Performance with Great Agronomics", + "strengths": [ + "Broadly adapted across soil types and drainage classes", + "STS Excluder with robust plant type for first crop or double crop acres", + "Excellent disease tolerance to maximize yield potential" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "1" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK42-A6E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:39.644337+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk42-a6e3s.md b/corpus/nk/nk-nk42-a6e3s.md new file mode 100644 index 00000000..a4820ca2 --- /dev/null +++ b/corpus/nk/nk-nk42-a6e3s.md @@ -0,0 +1,49 @@ +# NK42-A6E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.2 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK42-A6E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Superb Performance with Great Agronomics + +## Strengths + +- Broadly adapted across soil types and drainage classes +- STS Excluder with robust plant type for first crop or double crop acres +- Excellent disease tolerance to maximize yield potential + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 1 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk42-t5xf.json b/corpus/nk/nk-nk42-t5xf.json new file mode 100644 index 00000000..efe774ca --- /dev/null +++ b/corpus/nk/nk-nk42-t5xf.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk42-t5xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK42-T5XF", + "product_id": null, + "hybrid_prefix": "NK42-T5XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.2", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Widely Adapted with Top-End Yield Potential", + "strengths": [ + "Great standability with solid Sudden Death Syndrome tolerance", + "Recommended for both irrigated and dryland acres", + "Reliable performance across all soil types" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK42-T5XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:40.655053+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk42-t5xf.md b/corpus/nk/nk-nk42-t5xf.md new file mode 100644 index 00000000..84be097e --- /dev/null +++ b/corpus/nk/nk-nk42-t5xf.md @@ -0,0 +1,48 @@ +# NK42-T5XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.2 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK42-T5XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Widely Adapted with Top-End Yield Potential + +## Strengths + +- Great standability with solid Sudden Death Syndrome tolerance +- Recommended for both irrigated and dryland acres +- Reliable performance across all soil types + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk42-y2xfs.json b/corpus/nk/nk-nk42-y2xfs.json new file mode 100644 index 00000000..654e6b49 --- /dev/null +++ b/corpus/nk/nk-nk42-y2xfs.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk42-y2xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK42-Y2XFS", + "product_id": null, + "hybrid_prefix": "NK42-Y2XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Genetics Bred for the Delta with Top-End Yield Potential and Agronomics", + "strengths": [ + "Outstanding yield potential across all soils", + "This bean excels along the Mississippi and Ohio Rivers", + "Excellent performance in zone and South, with a very strong response to irrigation" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK42-Y2XFS_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:41.652076+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk42-y2xfs.md b/corpus/nk/nk-nk42-y2xfs.md new file mode 100644 index 00000000..28740746 --- /dev/null +++ b/corpus/nk/nk-nk42-y2xfs.md @@ -0,0 +1,48 @@ +# NK42-Y2XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK42-Y2XFS_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Genetics Bred for the Delta with Top-End Yield Potential and Agronomics + +## Strengths + +- Outstanding yield potential across all soils +- This bean excels along the Mississippi and Ohio Rivers +- Excellent performance in zone and South, with a very strong response to irrigation + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk43-k9e3s.json b/corpus/nk/nk-nk43-k9e3s.json new file mode 100644 index 00000000..751c76a8 --- /dev/null +++ b/corpus/nk/nk-nk43-k9e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk43-k9e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK43-K9E3S", + "product_id": null, + "hybrid_prefix": "NK43-K9E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Any-Acre Versatility With Top End Yield Potential", + "strengths": [ + "Strongest yield potential on highly productive soils", + "Stable yield performance from East to West", + "Best performance in zone and North, with a solid response to early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Fair" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK43-K9E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:42.665664+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk43-k9e3s.md b/corpus/nk/nk-nk43-k9e3s.md new file mode 100644 index 00000000..979077e0 --- /dev/null +++ b/corpus/nk/nk-nk43-k9e3s.md @@ -0,0 +1,48 @@ +# NK43-K9E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK43-K9E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Any-Acre Versatility With Top End Yield Potential + +## Strengths + +- Strongest yield potential on highly productive soils +- Stable yield performance from East to West +- Best performance in zone and North, with a solid response to early planting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Fair | diff --git a/corpus/nk/nk-nk43-w1xfs.json b/corpus/nk/nk-nk43-w1xfs.json new file mode 100644 index 00000000..ec3f1ed2 --- /dev/null +++ b/corpus/nk/nk-nk43-w1xfs.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk43-w1xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK43-W1XFS", + "product_id": null, + "hybrid_prefix": "NK43-W1XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.3", + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Exciting Yield Potential Derived from Proven Genetics", + "strengths": [ + "Ability to power through stress environments", + "STS Excluder product that goes anywhere", + "Great choice for dryland or irrigated acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + }, + { + "characteristic": "Green Stem", + "value": "1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK43-W1XFS_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:43.668711+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk43-w1xfs.md b/corpus/nk/nk-nk43-w1xfs.md new file mode 100644 index 00000000..d06869af --- /dev/null +++ b/corpus/nk/nk-nk43-w1xfs.md @@ -0,0 +1,49 @@ +# NK43-W1XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.3 +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK43-W1XFS_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting Yield Potential Derived from Proven Genetics + +## Strengths + +- Ability to power through stress environments +- STS Excluder product that goes anywhere +- Great choice for dryland or irrigated acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 1 | +| Green Stem | 1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk44-j4xfs.json b/corpus/nk/nk-nk44-j4xfs.json new file mode 100644 index 00000000..f1c8dc44 --- /dev/null +++ b/corpus/nk/nk-nk44-j4xfs.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk44-j4xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK44-J4XFS", + "product_id": null, + "hybrid_prefix": "NK44-J4XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.4", + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Proven Genetics that Deliver Top-End Yield Potential", + "strengths": [ + "Strong standability for an easy harvest", + "STS tolerance with great double crop yield potential", + "Broad adaptation allows for easy placement" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Shatter Tolerance", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK44-J4XFS_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:44.676365+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk44-j4xfs.md b/corpus/nk/nk-nk44-j4xfs.md new file mode 100644 index 00000000..926b45f9 --- /dev/null +++ b/corpus/nk/nk-nk44-j4xfs.md @@ -0,0 +1,49 @@ +# NK44-J4XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.4 +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK44-J4XFS_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Proven Genetics that Deliver Top-End Yield Potential + +## Strengths + +- Strong standability for an easy harvest +- STS tolerance with great double crop yield potential +- Broad adaptation allows for easy placement + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Shatter Tolerance | 3 | +| Green Stem | 4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk44-y6e3s.json b/corpus/nk/nk-nk44-y6e3s.json new file mode 100644 index 00000000..a490f9f9 --- /dev/null +++ b/corpus/nk/nk-nk44-y6e3s.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk44-y6e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK44-Y6E3S", + "product_id": null, + "hybrid_prefix": "NK44-Y6E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Root Knot Nematode Resistance With Broad Placement", + "strengths": [ + "Solid performance on coarse soils", + "Excellent drought tolerance with limited response to irrigation", + "Best performance in zone and ability to yield with delayed planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Fair" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK44-Y6E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:45.672097+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk44-y6e3s.md b/corpus/nk/nk-nk44-y6e3s.md new file mode 100644 index 00000000..c8c56623 --- /dev/null +++ b/corpus/nk/nk-nk44-y6e3s.md @@ -0,0 +1,48 @@ +# NK44-Y6E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK44-Y6E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Root Knot Nematode Resistance With Broad Placement + +## Strengths + +- Solid performance on coarse soils +- Excellent drought tolerance with limited response to irrigation +- Best performance in zone and ability to yield with delayed planting + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Fair | diff --git a/corpus/nk/nk-nk46-b4xfs.json b/corpus/nk/nk-nk46-b4xfs.json new file mode 100644 index 00000000..d03d3a53 --- /dev/null +++ b/corpus/nk/nk-nk46-b4xfs.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk46-b4xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK46-B4XFS", + "product_id": null, + "hybrid_prefix": "NK46-B4XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.6", + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Top-End Yield Potential with STS Tolerance", + "strengths": [ + "Adapted to all soil types with impressive performance from West to East", + "Great choice for highly productive environments", + "Excels on dryland or double crop acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK46-B4XFS_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:46.693963+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk46-b4xfs.md b/corpus/nk/nk-nk46-b4xfs.md new file mode 100644 index 00000000..f8818423 --- /dev/null +++ b/corpus/nk/nk-nk46-b4xfs.md @@ -0,0 +1,48 @@ +# NK46-B4XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.6 +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK46-B4XFS_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Top-End Yield Potential with STS Tolerance + +## Strengths + +- Adapted to all soil types with impressive performance from West to East +- Great choice for highly productive environments +- Excels on dryland or double crop acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk47-c6xfs.json b/corpus/nk/nk-nk47-c6xfs.json new file mode 100644 index 00000000..5c189030 --- /dev/null +++ b/corpus/nk/nk-nk47-c6xfs.json @@ -0,0 +1,100 @@ +{ + "source": "nk", + "source_key": "nk-nk47-c6xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK47-C6XFS", + "product_id": null, + "hybrid_prefix": "NK47-C6XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Portfolio-Leading Root Knot Nematode Resistance Coupled with Great Yield Potential", + "strengths": [ + "Performance on highly productive and variable soils", + "Best performance on top-end acres with adequate water availability", + "Early planting and irrigation maximize performance of this variety" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Fair" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK47-C6XFS_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:47.655704+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk47-c6xfs.md b/corpus/nk/nk-nk47-c6xfs.md new file mode 100644 index 00000000..a6a0741f --- /dev/null +++ b/corpus/nk/nk-nk47-c6xfs.md @@ -0,0 +1,46 @@ +# NK47-C6XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK47-C6XFS_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Portfolio-Leading Root Knot Nematode Resistance Coupled with Great Yield Potential + +## Strengths + +- Performance on highly productive and variable soils +- Best performance on top-end acres with adequate water availability +- Early planting and irrigation maximize performance of this variety + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Fair | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk47-g5e3s.json b/corpus/nk/nk-nk47-g5e3s.json new file mode 100644 index 00000000..9b58f441 --- /dev/null +++ b/corpus/nk/nk-nk47-g5e3s.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk47-g5e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK47-G5E3S", + "product_id": null, + "hybrid_prefix": "NK47-G5E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.7", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Exciting STS Tolerant Variety with the Excluder Gene", + "strengths": [ + "Excels on medium to coarse textured soils", + "Can be placed on dryland acres with a great response to irrigation", + "Avoid placement on poorly drained soils" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Fair" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK47-G5E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:48.643952+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk47-g5e3s.md b/corpus/nk/nk-nk47-g5e3s.md new file mode 100644 index 00000000..5e5897b6 --- /dev/null +++ b/corpus/nk/nk-nk47-g5e3s.md @@ -0,0 +1,48 @@ +# NK47-G5E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.7 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK47-G5E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exciting STS Tolerant Variety with the Excluder Gene + +## Strengths + +- Excels on medium to coarse textured soils +- Can be placed on dryland acres with a great response to irrigation +- Avoid placement on poorly drained soils + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 4 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Fair | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk47-u1xfs.json b/corpus/nk/nk-nk47-u1xfs.json new file mode 100644 index 00000000..5c1e0337 --- /dev/null +++ b/corpus/nk/nk-nk47-u1xfs.json @@ -0,0 +1,108 @@ +{ + "source": "nk", + "source_key": "nk-nk47-u1xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK47-U1XFS", + "product_id": null, + "hybrid_prefix": "NK47-U1XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.7", + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Leading the Pack with Top-End Yield Potential, STS Tolerance and the Excluder Gene", + "strengths": [ + "Impressive performance on any soil type", + "Broadly adapted across MG 4 acres", + "Can be placed on irrigated or dryland acres in any row spacing" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK47-U1XFS_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:49.680839+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk47-u1xfs.md b/corpus/nk/nk-nk47-u1xfs.md new file mode 100644 index 00000000..3609db60 --- /dev/null +++ b/corpus/nk/nk-nk47-u1xfs.md @@ -0,0 +1,49 @@ +# NK47-U1XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.7 +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK47-U1XFS_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Leading the Pack with Top-End Yield Potential, STS Tolerance and the Excluder Gene + +## Strengths + +- Impressive performance on any soil type +- Broadly adapted across MG 4 acres +- Can be placed on irrigated or dryland acres in any row spacing + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | R3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Shatter Tolerance | 2 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk48-m4xfs.json b/corpus/nk/nk-nk48-m4xfs.json new file mode 100644 index 00000000..77342112 --- /dev/null +++ b/corpus/nk/nk-nk48-m4xfs.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk48-m4xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK48-M4XFS", + "product_id": null, + "hybrid_prefix": "NK48-M4XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "STS Excluder With Versatility And Yield Potential", + "strengths": [ + "Consistency across all soils allows for easy placement", + "Ruggedness and plant height help maintain yield potential under drought stress", + "Excellent response to early planting and irrigation allows this variety to stretch its legs and run to its yield potential" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK48-M4XFS_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:50.688997+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk48-m4xfs.md b/corpus/nk/nk-nk48-m4xfs.md new file mode 100644 index 00000000..fcbb219e --- /dev/null +++ b/corpus/nk/nk-nk48-m4xfs.md @@ -0,0 +1,47 @@ +# NK48-M4XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK48-M4XFS_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +STS Excluder With Versatility And Yield Potential + +## Strengths + +- Consistency across all soils allows for easy placement +- Ruggedness and plant height help maintain yield potential under drought stress +- Excellent response to early planting and irrigation allows this variety to stretch its legs and run to its yield potential + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk49-d7e3s.json b/corpus/nk/nk-nk49-d7e3s.json new file mode 100644 index 00000000..74407a2c --- /dev/null +++ b/corpus/nk/nk-nk49-d7e3s.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk49-d7e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK49-D7E3S", + "product_id": null, + "hybrid_prefix": "NK49-D7E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Root Knot Nematode Resistance While Raising The Bar For Performance", + "strengths": [ + "Dependable performance on coarse soils", + "Great Western adaptation with medium-tall plant height, STS, and performance under drought", + "Great response to irrigation, early planting, and Northern movement" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Good" + }, + { + "characteristic": "Narrow Rows", + "value": "Fair" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Fair" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK49-D7E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:51.662430+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk49-d7e3s.md b/corpus/nk/nk-nk49-d7e3s.md new file mode 100644 index 00000000..cf0cc9d2 --- /dev/null +++ b/corpus/nk/nk-nk49-d7e3s.md @@ -0,0 +1,47 @@ +# NK49-D7E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK49-D7E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Root Knot Nematode Resistance While Raising The Bar For Performance + +## Strengths + +- Dependable performance on coarse soils +- Great Western adaptation with medium-tall plant height, STS, and performance under drought +- Great response to irrigation, early planting, and Northern movement + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c, Rps3a | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 4 | +| Shatter Tolerance | 1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Good | +| Narrow Rows | Fair | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Fair | diff --git a/corpus/nk/nk-nk49-n7xf.json b/corpus/nk/nk-nk49-n7xf.json new file mode 100644 index 00000000..f72e983d --- /dev/null +++ b/corpus/nk/nk-nk49-n7xf.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk49-n7xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK49-N7XF", + "product_id": null, + "hybrid_prefix": "NK49-N7XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "4.9", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Excluder Variety that Excels on Heavy Clay Soils", + "strengths": [ + "Proven genetics that are broadly adapted across soil types", + "Excellent tolerance to Frogeye Leaf Spot and Southern Stem Canker", + "Rps1c gene with very good field tolerance to Phytophthora Root Rot" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Good" + }, + { + "characteristic": "Wide Rows", + "value": "Good" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK49-N7XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:52.688799+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk49-n7xf.md b/corpus/nk/nk-nk49-n7xf.md new file mode 100644 index 00000000..436721bd --- /dev/null +++ b/corpus/nk/nk-nk49-n7xf.md @@ -0,0 +1,48 @@ +# NK49-N7XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 4.9 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK49-N7XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excluder Variety that Excels on Heavy Clay Soils + +## Strengths + +- Proven genetics that are broadly adapted across soil types +- Excellent tolerance to Frogeye Leaf Spot and Southern Stem Canker +- Rps1c gene with very good field tolerance to Phytophthora Root Rot + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 3 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Good | +| Wide Rows | Good | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk49-z9xfs.json b/corpus/nk/nk-nk49-z9xfs.json new file mode 100644 index 00000000..52e6d851 --- /dev/null +++ b/corpus/nk/nk-nk49-z9xfs.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk49-z9xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK49-Z9XFS", + "product_id": null, + "hybrid_prefix": "NK49-Z9XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "A Delta Darling That Is Tough Enough for the West", + "strengths": [ + "Dependable performance across soils, aids in easy placement", + "Drought tolerance and plant height make this a great choice for tough and double crop acres", + "Irrigation and early planting allow this variety to show its best yield potential" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Shatter Tolerance", + "value": "1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Good" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK49-Z9XFS_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:53.673847+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk49-z9xfs.md b/corpus/nk/nk-nk49-z9xfs.md new file mode 100644 index 00000000..36aaeab7 --- /dev/null +++ b/corpus/nk/nk-nk49-z9xfs.md @@ -0,0 +1,47 @@ +# NK49-Z9XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK49-Z9XFS_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +A Delta Darling That Is Tough Enough for the West + +## Strengths + +- Dependable performance across soils, aids in easy placement +- Drought tolerance and plant height make this a great choice for tough and double crop acres +- Irrigation and early planting allow this variety to show its best yield potential + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 2 | +| Shatter Tolerance | 1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Good | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk50-w4e3s.json b/corpus/nk/nk-nk50-w4e3s.json new file mode 100644 index 00000000..bffd952e --- /dev/null +++ b/corpus/nk/nk-nk50-w4e3s.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk50-w4e3s", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK50-W4E3S", + "product_id": null, + "hybrid_prefix": "NK50-W4E3S", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "5.0", + "wheat_class": null, + "trait_stack": [ + "E3/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Highly Desired RKN, STS, Excluder Combo", + "strengths": [ + "Excels on medium to fine textured soil types", + "Fantastic performance at any yield level", + "Good dryland performance with excellent response to irrigation" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1k, Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "1" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Good" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK50-W4E3S_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:54.677829+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk50-w4e3s.md b/corpus/nk/nk-nk50-w4e3s.md new file mode 100644 index 00000000..bd3d5f9c --- /dev/null +++ b/corpus/nk/nk-nk50-w4e3s.md @@ -0,0 +1,48 @@ +# NK50-W4E3S + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 5.0 +- **Traits:** E3/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK50-W4E3S_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Highly Desired RKN, STS, Excluder Combo + +## Strengths + +- Excels on medium to fine textured soil types +- Fantastic performance at any yield level +- Good dryland performance with excellent response to irrigation + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1k, Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Green Stem | 1 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Good | diff --git a/corpus/nk/nk-nk52-d6e3.json b/corpus/nk/nk-nk52-d6e3.json new file mode 100644 index 00000000..83b4178f --- /dev/null +++ b/corpus/nk/nk-nk52-d6e3.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk52-d6e3", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK52-D6E3", + "product_id": null, + "hybrid_prefix": "NK52-D6E3", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "5.2", + "wheat_class": null, + "trait_stack": [ + "E3" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Fantastic Yield Potential with RKN Tolerance and the Excluder Gene", + "strengths": [ + "Unique genetics for all maturity group 5 Enlist E3 soybean acres", + "Broadly adapted to any soil type and drainage class", + "Rugged plant type that delivers exceptional stress tolerance" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps1c" + }, + { + "characteristic": "SCN Race Coverage", + "value": "R3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "4" + }, + { + "characteristic": "Green Stem", + "value": "4" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Fair" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK52-D6E3_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:55.663278+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk52-d6e3.md b/corpus/nk/nk-nk52-d6e3.md new file mode 100644 index 00000000..01f1ea02 --- /dev/null +++ b/corpus/nk/nk-nk52-d6e3.md @@ -0,0 +1,48 @@ +# NK52-D6E3 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 5.2 +- **Traits:** E3 +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK52-D6E3_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Fantastic Yield Potential with RKN Tolerance and the Excluder Gene + +## Strengths + +- Unique genetics for all maturity group 5 Enlist E3 soybean acres +- Broadly adapted to any soil type and drainage class +- Rugged plant type that delivers exceptional stress tolerance + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps1c | +| SCN Race Coverage | R3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 4 | +| Green Stem | 4 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Fair | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk52-m2xfs.json b/corpus/nk/nk-nk52-m2xfs.json new file mode 100644 index 00000000..4339801f --- /dev/null +++ b/corpus/nk/nk-nk52-m2xfs.json @@ -0,0 +1,100 @@ +{ + "source": "nk", + "source_key": "nk-nk52-m2xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK52-M2XFS", + "product_id": null, + "hybrid_prefix": "NK52-M2XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "5.2", + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Elite Yield Performance Protected by a Stellar Defensive Package", + "strengths": [ + "Excels on any soil type including tough RKN prone acres", + "Broadly adapted across the MG 5 growing area", + "Great yield potential on both dryland and irrigated acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK52-M2XFS_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:56.654450+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk52-m2xfs.md b/corpus/nk/nk-nk52-m2xfs.md new file mode 100644 index 00000000..200416c0 --- /dev/null +++ b/corpus/nk/nk-nk52-m2xfs.md @@ -0,0 +1,47 @@ +# NK52-M2XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 5.2 +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK52-M2XFS_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Elite Yield Performance Protected by a Stellar Defensive Package + +## Strengths + +- Excels on any soil type including tough RKN prone acres +- Broadly adapted across the MG 5 growing area +- Great yield potential on both dryland and irrigated acres + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk54-j9xfs.json b/corpus/nk/nk-nk54-j9xfs.json new file mode 100644 index 00000000..742b04ba --- /dev/null +++ b/corpus/nk/nk-nk54-j9xfs.json @@ -0,0 +1,100 @@ +{ + "source": "nk", + "source_key": "nk-nk54-j9xfs", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK54-J9XFS", + "product_id": null, + "hybrid_prefix": "NK54-J9XFS", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "5.4", + "wheat_class": null, + "trait_stack": [ + "XF/STS" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Semi-Determinate Genetics for Maturity Group 5 Acres", + "strengths": [ + "Well suited to both irrigated and dryland acres", + "Attractive, tawny tan variety with STS tolerance", + "Impressive yield potential with great defense" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "SCN Race Coverage", + "value": "MR3, MR14" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "3" + }, + { + "characteristic": "Standability", + "value": "3" + }, + { + "characteristic": "Green Stem", + "value": "3" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Good" + }, + { + "characteristic": "High pH", + "value": "Poor" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Best" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK54-J9XFS_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:57.661412+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk54-j9xfs.md b/corpus/nk/nk-nk54-j9xfs.md new file mode 100644 index 00000000..637539f1 --- /dev/null +++ b/corpus/nk/nk-nk54-j9xfs.md @@ -0,0 +1,47 @@ +# NK54-J9XFS + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 5.4 +- **Traits:** XF/STS +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK54-J9XFS_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Semi-Determinate Genetics for Maturity Group 5 Acres + +## Strengths + +- Well suited to both irrigated and dryland acres +- Attractive, tawny tan variety with STS tolerance +- Impressive yield potential with great defense + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| SCN Race Coverage | MR3, MR14 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 3 | +| Standability | 3 | +| Green Stem | 3 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Good | +| High pH | Poor | +| Wide Rows | Best | +| Highly Productive | Best | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk58-y9xf.json b/corpus/nk/nk-nk58-y9xf.json new file mode 100644 index 00000000..0682ffd9 --- /dev/null +++ b/corpus/nk/nk-nk58-y9xf.json @@ -0,0 +1,104 @@ +{ + "source": "nk", + "source_key": "nk-nk58-y9xf", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK58-Y9XF", + "product_id": null, + "hybrid_prefix": "NK58-Y9XF", + "hybrid_suffix": null, + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": "5.8", + "wheat_class": null, + "trait_stack": [ + "XF" + ], + "trait_descriptions": [], + "brand_variants": [], + "positioning_statement": "Top-End Yield Potential in an Attractive, Light Tawny Tan Variety", + "strengths": [ + "Proven RKN tolerance for whole farm placement", + "Superb tolerance to Frogeye Leaf Spot and Southern Stem Canker", + "Excels on mixed to sandier soil types" + ], + "characteristics_groups": [ + { + "label": "DISEASE GENETICS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Phytophthora Gene", + "value": "Rps3a" + }, + { + "characteristic": "SCN Race Coverage", + "value": "MR3" + } + ] + }, + { + "label": "AGRONOMIC TRAITS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Emergence", + "value": "2" + }, + { + "characteristic": "Standability", + "value": "2" + }, + { + "characteristic": "Green Stem", + "value": "2" + } + ] + }, + { + "label": "SOIL TYPE ADAPTATION", + "type": "pdf-text", + "items": [ + { + "characteristic": "Drought Prone", + "value": "Best" + }, + { + "characteristic": "Narrow Rows", + "value": "Best" + }, + { + "characteristic": "High pH", + "value": "Fair" + }, + { + "characteristic": "Wide Rows", + "value": "Best" + }, + { + "characteristic": "Highly Productive", + "value": "Good" + }, + { + "characteristic": "Moderate/Variable Environments", + "value": "Best" + }, + { + "characteristic": "Poorly Drained", + "value": "Best" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK58-Y9XF_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/soybeans/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:08:58.690666+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk58-y9xf.md b/corpus/nk/nk-nk58-y9xf.md new file mode 100644 index 00000000..1904de53 --- /dev/null +++ b/corpus/nk/nk-nk58-y9xf.md @@ -0,0 +1,48 @@ +# NK58-Y9XF + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Soybeans +- **Maturity group:** 5.8 +- **Traits:** XF +- **Catalog page:** https://www.syngenta-us.com/soybeans/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK58-Y9XF_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Top-End Yield Potential in an Attractive, Light Tawny Tan Variety + +## Strengths + +- Proven RKN tolerance for whole farm placement +- Superb tolerance to Frogeye Leaf Spot and Southern Stem Canker +- Excels on mixed to sandier soil types + +## Disease Genetics + +| Characteristic | Value | +|---|---| +| Phytophthora Gene | Rps3a | +| SCN Race Coverage | MR3 | + +## Agronomic Traits + +| Characteristic | Value | +|---|---| +| Emergence | 2 | +| Standability | 2 | +| Green Stem | 2 | + +## Soil Type Adaptation + +| Characteristic | Value | +|---|---| +| Drought Prone | Best | +| Narrow Rows | Best | +| High pH | Fair | +| Wide Rows | Best | +| Highly Productive | Good | +| Moderate/Variable Environments | Best | +| Poorly Drained | Best | diff --git a/corpus/nk/nk-nk8005.json b/corpus/nk/nk-nk8005.json new file mode 100644 index 00000000..f7450e20 --- /dev/null +++ b/corpus/nk/nk-nk8005.json @@ -0,0 +1,103 @@ +{ + "source": "nk", + "source_key": "nk-nk8005", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK8005", + "product_id": null, + "hybrid_prefix": "NK8005", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "80", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK8005-V", + "NK8005-GT/LL" + ], + "positioning_statement": "Superior Yield Potential Combined with Artesian Technology", + "strengths": [ + "Maximizes yield when it rains; increases yield potential when it doesn't", + "Broad adaptability that allows for wide placement across the Northern Cornbelt", + "Heavy test weight" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "6" + }, + { + "characteristic": "Tar Spot", + "value": "2" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK8005_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:06:57.676444+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk8005.md b/corpus/nk/nk-nk8005.md new file mode 100644 index 00000000..9bf00fe0 --- /dev/null +++ b/corpus/nk/nk-nk8005.md @@ -0,0 +1,44 @@ +# NK8005 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 80 +- **Brand variants:** NK8005-V, NK8005-GT/LL +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK8005_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Superior Yield Potential Combined with Artesian Technology + +## Strengths + +- Maximizes yield when it rains; increases yield potential when it doesn't +- Broad adaptability that allows for wide placement across the Northern Cornbelt +- Heavy test weight + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 6 | +| Tar Spot | 2 | +| Fusarium Crown Rot | 7 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk8232.json b/corpus/nk/nk-nk8232.json new file mode 100644 index 00000000..915ec873 --- /dev/null +++ b/corpus/nk/nk-nk8232.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk8232", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK8232", + "product_id": null, + "hybrid_prefix": "NK8232", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "82", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK8232-AA" + ], + "positioning_statement": "Exceptional Versatility on a Wide Range of Soil Types", + "strengths": [ + "Dependable roots and proven late-season stalks", + "Very strong choice for variable and drought prone soils", + "Great emergence and superb vigor help to set the stage for later in the season" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "5" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK8232_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:06:58.672574+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk8232.md b/corpus/nk/nk-nk8232.md new file mode 100644 index 00000000..088ce2f8 --- /dev/null +++ b/corpus/nk/nk-nk8232.md @@ -0,0 +1,44 @@ +# NK8232 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 82 +- **Brand variants:** NK8232-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK8232_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Exceptional Versatility on a Wide Range of Soil Types + +## Strengths + +- Dependable roots and proven late-season stalks +- Very strong choice for variable and drought prone soils +- Great emergence and superb vigor help to set the stage for later in the season + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 5 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk8309.json b/corpus/nk/nk-nk8309.json new file mode 100644 index 00000000..e3f89c13 --- /dev/null +++ b/corpus/nk/nk-nk8309.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk8309", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK8309", + "product_id": null, + "hybrid_prefix": "NK8309", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK8309-V" + ], + "positioning_statement": "Early-Season Genetics Delivering Strong Northern Yield Potential", + "strengths": [ + "Exceptional root strength supporting optimal planting population", + "Reliable drought tolerance for utility in variable soils", + "Outstanding drydown with consistent grain quality" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "2" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK8309_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:06:59.622729+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk8309.md b/corpus/nk/nk-nk8309.md new file mode 100644 index 00000000..21dae069 --- /dev/null +++ b/corpus/nk/nk-nk8309.md @@ -0,0 +1,43 @@ +# NK8309 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK8309-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK8309_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Early-Season Genetics Delivering Strong Northern Yield Potential + +## Strengths + +- Exceptional root strength supporting optimal planting population +- Reliable drought tolerance for utility in variable soils +- Outstanding drydown with consistent grain quality + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 2 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk8519.json b/corpus/nk/nk-nk8519.json new file mode 100644 index 00000000..8c7c1f0f --- /dev/null +++ b/corpus/nk/nk-nk8519.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk8519", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK8519", + "product_id": null, + "hybrid_prefix": "NK8519", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "85", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK8519-V" + ], + "positioning_statement": "Consistent Performance Across Environments", + "strengths": [ + "Strong stalks for season-long standability", + "Outstanding drought tolerance for consistent yield potential", + "Dependable emergence with excellent seedling vigor" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "6" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK8519_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:00.634697+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk8519.md b/corpus/nk/nk-nk8519.md new file mode 100644 index 00000000..c774c234 --- /dev/null +++ b/corpus/nk/nk-nk8519.md @@ -0,0 +1,44 @@ +# NK8519 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 85 +- **Brand variants:** NK8519-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK8519_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Consistent Performance Across Environments + +## Strengths + +- Strong stalks for season-long standability +- Outstanding drought tolerance for consistent yield potential +- Dependable emergence with excellent seedling vigor + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 5 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 6 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk8558.json b/corpus/nk/nk-nk8558.json new file mode 100644 index 00000000..ab5a200b --- /dev/null +++ b/corpus/nk/nk-nk8558.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk8558", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK8558", + "product_id": null, + "hybrid_prefix": "NK8558", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "85", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK8558-AA" + ], + "positioning_statement": "Very Strong Yield Potential and Versatility on a Wide Range of Soil Types", + "strengths": [ + "Solid emergence and vigor provide a fast start", + "Good drydown will lead to Northern movement", + "Very strong option for the stress and drought prone acre" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK8558_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:01.655157+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk8558.md b/corpus/nk/nk-nk8558.md new file mode 100644 index 00000000..ce44e1dc --- /dev/null +++ b/corpus/nk/nk-nk8558.md @@ -0,0 +1,44 @@ +# NK8558 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 85 +- **Brand variants:** NK8558-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK8558_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Very Strong Yield Potential and Versatility on a Wide Range of Soil Types + +## Strengths + +- Solid emergence and vigor provide a fast start +- Good drydown will lead to Northern movement +- Very strong option for the stress and drought prone acre + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk8711.json b/corpus/nk/nk-nk8711.json new file mode 100644 index 00000000..f1114898 --- /dev/null +++ b/corpus/nk/nk-nk8711.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk8711", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK8711", + "product_id": null, + "hybrid_prefix": "NK8711", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "87", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK8711-V" + ], + "positioning_statement": "Great Yield Potential and Versatility on a Wide Range of Soil Types", + "strengths": [ + "Solid roots and late-season stalks", + "Stable performance for the Northern corn market", + "Strong drought tolerance delivers dependable performance" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK8711_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:02.620240+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk8711.md b/corpus/nk/nk-nk8711.md new file mode 100644 index 00000000..f9b29aec --- /dev/null +++ b/corpus/nk/nk-nk8711.md @@ -0,0 +1,44 @@ +# NK8711 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 87 +- **Brand variants:** NK8711-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK8711_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Great Yield Potential and Versatility on a Wide Range of Soil Types + +## Strengths + +- Solid roots and late-season stalks +- Stable performance for the Northern corn market +- Strong drought tolerance delivers dependable performance + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk8828.json b/corpus/nk/nk-nk8828.json new file mode 100644 index 00000000..69899f73 --- /dev/null +++ b/corpus/nk/nk-nk8828.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk8828", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK8828", + "product_id": null, + "hybrid_prefix": "NK8828", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK8828-V" + ], + "positioning_statement": "Top-End Yield Potential and Performance Consistency", + "strengths": [ + "Dependable roots and stalks with very good drought tolerance", + "Strong foliar disease package for season-long standability", + "Semi-flex ear type providing population flexibility" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK8828_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:03.647300+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk8828.md b/corpus/nk/nk-nk8828.md new file mode 100644 index 00000000..75489f2a --- /dev/null +++ b/corpus/nk/nk-nk8828.md @@ -0,0 +1,43 @@ +# NK8828 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK8828-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK8828_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Top-End Yield Potential and Performance Consistency + +## Strengths + +- Dependable roots and stalks with very good drought tolerance +- Strong foliar disease package for season-long standability +- Semi-flex ear type providing population flexibility + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9134.json b/corpus/nk/nk-nk9134.json new file mode 100644 index 00000000..0c35a41f --- /dev/null +++ b/corpus/nk/nk-nk9134.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9134", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9134", + "product_id": null, + "hybrid_prefix": "NK9134", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9134-V" + ], + "positioning_statement": "Leading Agronomics with Top-End Yield Potential", + "strengths": [ + "Taller-statured hybrid with outstanding silage yield potential", + "Strong Crown Rot tolerance with great early- and late-season disease defense", + "Very good drydown for efficient and timely harvest capability" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9134_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:04.616966+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9134.md b/corpus/nk/nk-nk9134.md new file mode 100644 index 00000000..bd4281c4 --- /dev/null +++ b/corpus/nk/nk-nk9134.md @@ -0,0 +1,43 @@ +# NK9134 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK9134-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9134_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Leading Agronomics with Top-End Yield Potential + +## Strengths + +- Taller-statured hybrid with outstanding silage yield potential +- Strong Crown Rot tolerance with great early- and late-season disease defense +- Very good drydown for efficient and timely harvest capability + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9175.json b/corpus/nk/nk-nk9175.json new file mode 100644 index 00000000..19935e5f --- /dev/null +++ b/corpus/nk/nk-nk9175.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9175", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9175", + "product_id": null, + "hybrid_prefix": "NK9175", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "91", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9175-DV" + ], + "positioning_statement": "Top-End Yield Potential with Broad Adaptation", + "strengths": [ + "Exceptional early-disease package", + "Consistent performance that brings exciting yield potential to this maturity range", + "Outstanding drought tolerance in the Northern Cornbelt" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9175_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:05.638390+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9175.md b/corpus/nk/nk-nk9175.md new file mode 100644 index 00000000..51e16e15 --- /dev/null +++ b/corpus/nk/nk-nk9175.md @@ -0,0 +1,44 @@ +# NK9175 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 91 +- **Brand variants:** NK9175-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9175_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Top-End Yield Potential with Broad Adaptation + +## Strengths + +- Exceptional early-disease package +- Consistent performance that brings exciting yield potential to this maturity range +- Outstanding drought tolerance in the Northern Cornbelt + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9231.json b/corpus/nk/nk-nk9231.json new file mode 100644 index 00000000..200cd4b6 --- /dev/null +++ b/corpus/nk/nk-nk9231.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9231", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9231", + "product_id": null, + "hybrid_prefix": "NK9231", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "92", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9231-AA" + ], + "positioning_statement": "Excellent Yield Potential with Versatility Across Variable and Drought Prone Soils", + "strengths": [ + "Strong emergence that allows for early planting in cool soils", + "Boasting remarkable staygreen and a striking late-season appearance", + "Semi-flex ear allows for plant population flexibility" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9231_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:06.642535+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9231.md b/corpus/nk/nk-nk9231.md new file mode 100644 index 00000000..8c932fee --- /dev/null +++ b/corpus/nk/nk-nk9231.md @@ -0,0 +1,44 @@ +# NK9231 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 92 +- **Brand variants:** NK9231-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9231_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential with Versatility Across Variable and Drought Prone Soils + +## Strengths + +- Strong emergence that allows for early planting in cool soils +- Boasting remarkable staygreen and a striking late-season appearance +- Semi-flex ear allows for plant population flexibility + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9400.json b/corpus/nk/nk-nk9400.json new file mode 100644 index 00000000..3849366e --- /dev/null +++ b/corpus/nk/nk-nk9400.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9400", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9400", + "product_id": null, + "hybrid_prefix": "NK9400", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "94", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9400-V" + ], + "positioning_statement": "Outstanding Yield Potential and Versatility Across Variable Soils", + "strengths": [ + "Very good emergence and proven seedling vigor for a great early-planting option", + "Strong roots and very good stalks for season-long standability", + "Dependable fit for drought prone environments" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "5" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9400_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:07.620239+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9400.md b/corpus/nk/nk-nk9400.md new file mode 100644 index 00000000..3835b6c3 --- /dev/null +++ b/corpus/nk/nk-nk9400.md @@ -0,0 +1,44 @@ +# NK9400 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 94 +- **Brand variants:** NK9400-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9400_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Outstanding Yield Potential and Versatility Across Variable Soils + +## Strengths + +- Very good emergence and proven seedling vigor for a great early-planting option +- Strong roots and very good stalks for season-long standability +- Dependable fit for drought prone environments + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 5 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9501.json b/corpus/nk/nk-nk9501.json new file mode 100644 index 00000000..ca378e4b --- /dev/null +++ b/corpus/nk/nk-nk9501.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9501", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9501", + "product_id": null, + "hybrid_prefix": "NK9501", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9501-DS" + ], + "positioning_statement": "Strong Performance Featuring Yield Stability with Agronomics", + "strengths": [ + "Taller-statured low-eared hybrid with great dual-purpose silage potential", + "Solid early-season agronomics with dependable Fusarium Crown Rot tolerance", + "Dependable foliar disease package for season-long stability" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9501_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:08.630812+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9501.md b/corpus/nk/nk-nk9501.md new file mode 100644 index 00000000..19ee8e33 --- /dev/null +++ b/corpus/nk/nk-nk9501.md @@ -0,0 +1,43 @@ +# NK9501 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK9501-DS +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9501_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Performance Featuring Yield Stability with Agronomics + +## Strengths + +- Taller-statured low-eared hybrid with great dual-purpose silage potential +- Solid early-season agronomics with dependable Fusarium Crown Rot tolerance +- Dependable foliar disease package for season-long stability + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9535.json b/corpus/nk/nk-nk9535.json new file mode 100644 index 00000000..20bbe017 --- /dev/null +++ b/corpus/nk/nk-nk9535.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9535", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9535", + "product_id": null, + "hybrid_prefix": "NK9535", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "95", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9535-V" + ], + "positioning_statement": "Diverse Genetics with Exciting Yield Potential", + "strengths": [ + "Broad adaptation across yield environments", + "Superb stalks for season-long standability", + "Solid agronomics for continuous-corn acres" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "4" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9535_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:09.649074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9535.md b/corpus/nk/nk-nk9535.md new file mode 100644 index 00000000..f86ece2f --- /dev/null +++ b/corpus/nk/nk-nk9535.md @@ -0,0 +1,44 @@ +# NK9535 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 95 +- **Brand variants:** NK9535-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9535_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Diverse Genetics with Exciting Yield Potential + +## Strengths + +- Broad adaptation across yield environments +- Superb stalks for season-long standability +- Solid agronomics for continuous-corn acres + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 3 | +| Common Rust | 4 | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9771.json b/corpus/nk/nk-nk9771.json new file mode 100644 index 00000000..6517dd6c --- /dev/null +++ b/corpus/nk/nk-nk9771.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9771", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9771", + "product_id": null, + "hybrid_prefix": "NK9771", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "97", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9771-DV" + ], + "positioning_statement": "Tremendous Adaptation Across Soil Types Leads to Excellent Yield Potential", + "strengths": [ + "Proven disease package", + "Great choice for variable and drought prone soils", + "Very good emergence and excellent vigor allow for early planting" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9771_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:10.644959+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9771.md b/corpus/nk/nk-nk9771.md new file mode 100644 index 00000000..8f9b79a2 --- /dev/null +++ b/corpus/nk/nk-nk9771.md @@ -0,0 +1,44 @@ +# NK9771 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 97 +- **Brand variants:** NK9771-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9771_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Tremendous Adaptation Across Soil Types Leads to Excellent Yield Potential + +## Strengths + +- Proven disease package +- Great choice for variable and drought prone soils +- Very good emergence and excellent vigor allow for early planting + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9802.json b/corpus/nk/nk-nk9802.json new file mode 100644 index 00000000..7e2dcda4 --- /dev/null +++ b/corpus/nk/nk-nk9802.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9802", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9802", + "product_id": null, + "hybrid_prefix": "NK9802", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9802-DSV" + ], + "positioning_statement": "Robust Plant Type with Excellent Grain and Silage Versatility", + "strengths": [ + "Long flex-eared hybrid with good versatility across soil types", + "Top-end yield potential in well drained soils East to West", + "Consistent healthy plant type early to late season" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "4" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9802_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:11.640743+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9802.md b/corpus/nk/nk-nk9802.md new file mode 100644 index 00000000..acf461df --- /dev/null +++ b/corpus/nk/nk-nk9802.md @@ -0,0 +1,43 @@ +# NK9802 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK9802-DSV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9802_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Robust Plant Type with Excellent Grain and Silage Versatility + +## Strengths + +- Long flex-eared hybrid with good versatility across soil types +- Top-end yield potential in well drained soils East to West +- Consistent healthy plant type early to late season + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 4 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9805.json b/corpus/nk/nk-nk9805.json new file mode 100644 index 00000000..4934dc77 --- /dev/null +++ b/corpus/nk/nk-nk9805.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9805", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9805", + "product_id": null, + "hybrid_prefix": "NK9805", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "98", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9805-DV" + ], + "positioning_statement": "Strong Adaptability Across All Soil Types and Management Practices", + "strengths": [ + "Dependable emergence and strong seedling vigor", + "Maintains tip fill and kernel depth for consistent yield potential", + "Solid disease tolerance to assist in risk management across the farm" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "3" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9805_260408.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:12.618070+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9805.md b/corpus/nk/nk-nk9805.md new file mode 100644 index 00000000..0273e925 --- /dev/null +++ b/corpus/nk/nk-nk9805.md @@ -0,0 +1,44 @@ +# NK9805 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 98 +- **Brand variants:** NK9805-DV +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9805_260408.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Strong Adaptability Across All Soil Types and Management Practices + +## Strengths + +- Dependable emergence and strong seedling vigor +- Maintains tip fill and kernel depth for consistent yield potential +- Solid disease tolerance to assist in risk management across the farm + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 3 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9819.json b/corpus/nk/nk-nk9819.json new file mode 100644 index 00000000..55ea7555 --- /dev/null +++ b/corpus/nk/nk-nk9819.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9819", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9819", + "product_id": null, + "hybrid_prefix": "NK9819", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9819-V" + ], + "positioning_statement": "Excellent Yield Potential with Solid Agronomics", + "strengths": [ + "Solid emergence and vigor for early planting", + "Reliable root and stalk strength for population flexibility", + "Very good late-season plant health with steady drydown" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "3" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "3" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9819_260310.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:13.659712+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9819.md b/corpus/nk/nk-nk9819.md new file mode 100644 index 00000000..6dcacefb --- /dev/null +++ b/corpus/nk/nk-nk9819.md @@ -0,0 +1,43 @@ +# NK9819 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Brand variants:** NK9819-V +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9819_260310.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Excellent Yield Potential with Solid Agronomics + +## Strengths + +- Solid emergence and vigor for early planting +- Reliable root and stalk strength for population flexibility +- Very good late-season plant health with steady drydown + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 3 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 3 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/corpus/nk/nk-nk9908.json b/corpus/nk/nk-nk9908.json new file mode 100644 index 00000000..e45fe221 --- /dev/null +++ b/corpus/nk/nk-nk9908.json @@ -0,0 +1,102 @@ +{ + "source": "nk", + "source_key": "nk-nk9908", + "vendor": "Syngenta", + "brand": "NK", + "product_name": "NK9908", + "product_id": null, + "hybrid_prefix": "NK9908", + "hybrid_suffix": null, + "crop": "corn", + "release_year": null, + "relative_maturity": "99", + "maturity_group": null, + "wheat_class": null, + "trait_stack": [], + "trait_descriptions": [], + "brand_variants": [ + "NK9908-AA" + ], + "positioning_statement": "Shorter Hybrid with Outstanding Yield Potential and Very Good Test Weight", + "strengths": [ + "Incredible emergence and vigor allow for planting into tough conditions", + "Very strong roots combined with dependable stalks enable season-long standability", + "Strong performance potential in moderate to well drained soils" + ], + "characteristics_groups": [ + { + "label": "DISEASE RATINGS", + "type": "pdf-text", + "items": [ + { + "characteristic": "Anthracnose Stalk Rot", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "4" + }, + { + "characteristic": "Fusarium Crown Rot", + "value": "4" + }, + { + "characteristic": "Common Rust", + "value": "-" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "type": "pdf-chart", + "items": [ + { + "characteristic": "Emergence", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Seedling Vigor", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Root Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Stalk Strength", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Green Snap", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Staygreen", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drydown", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Test Weight", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + }, + { + "characteristic": "Drought", + "value": "rated in tech-sheet PDF chart (not text-extractable)" + } + ] + } + ], + "_scale_direction": "1-9 (1 = best, lower = more resistant)", + "regional_recommendations": [], + "image_url": null, + "techsheet_url": "https://assets.syngenta-us.com/pdf/techsheets/NK9908_260417.pdf", + "source_urls": [ + "https://www.syngenta-us.com/corn/nk/products" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-05-25T18:07:14.644357+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/nk/nk-nk9908.md b/corpus/nk/nk-nk9908.md new file mode 100644 index 00000000..f07d2d66 --- /dev/null +++ b/corpus/nk/nk-nk9908.md @@ -0,0 +1,44 @@ +# NK9908 + +- **Vendor:** Syngenta +- **Brand:** NK +- **Crop:** Corn +- **Relative maturity:** 99 +- **Brand variants:** NK9908-AA +- **Catalog page:** https://www.syngenta-us.com/corn/nk/products +- **Tech sheet (PDF):** https://assets.syngenta-us.com/pdf/techsheets/NK9908_260417.pdf +- **Rating scale (NK):** 1-9 (1 = best, lower = more resistant) + +--- +## Positioning + +Shorter Hybrid with Outstanding Yield Potential and Very Good Test Weight + +## Strengths + +- Incredible emergence and vigor allow for planting into tough conditions +- Very strong roots combined with dependable stalks enable season-long standability +- Strong performance potential in moderate to well drained soils + +## Disease Ratings + +| Characteristic | Value | +|---|---| +| Anthracnose Stalk Rot | 5 | +| Tar Spot | 4 | +| Fusarium Crown Rot | 4 | +| Common Rust | - | + +## Agronomic Characteristics + +| Characteristic | Value | +|---|---| +| Emergence | rated in tech-sheet PDF chart (not text-extractable) | +| Seedling Vigor | rated in tech-sheet PDF chart (not text-extractable) | +| Root Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Stalk Strength | rated in tech-sheet PDF chart (not text-extractable) | +| Green Snap | rated in tech-sheet PDF chart (not text-extractable) | +| Staygreen | rated in tech-sheet PDF chart (not text-extractable) | +| Drydown | rated in tech-sheet PDF chart (not text-extractable) | +| Test Weight | rated in tech-sheet PDF chart (not text-extractable) | +| Drought | rated in tech-sheet PDF chart (not text-extractable) | diff --git a/docs_mcp/lessons.md b/docs_mcp/lessons.md index 8936c5cf..c2595f35 100644 --- a/docs_mcp/lessons.md +++ b/docs_mcp/lessons.md @@ -72,7 +72,21 @@ re-stated it as `1-9 (9 = best)` in the chunk preamble; the source's `_scale_direction` field still says `9-to-1` so you can detect the provenance. -**Syngenta NK / AgriPro**: `1-9 (9 = best)`. Same as Bayer. +**Syngenta NK and AgriPro**: `1-9 (1 = best, lower = more +resistant)`. **REVERSED from Bayer and Golden Harvest.** NK's +tech-sheet PDFs literally print *"1-9 Scale: 1 = Best, 9 = Worst"* +in the footer; AgriPro's positioning on stripe-rust-resistant +varieties (e.g. AP Iliad with Stripe Rust 1, Eyespot 2) confirms +the same direction. On NK, this applies both to disease tolerance +AND to numeric agronomic ratings (Emergence, Standability, Shatter +Tolerance, Green Stem — all 1 = best). Cross-vendor comparisons +MUST consult the `_scale_direction` field in each side's sidecar +before drawing conclusions. + +(Agronomic ratings on AgriPro are qualitative — +"Excellent / Very Good / Good / Fair" — and have no direction +issue. NK's soybean tech sheets ALSO publish soil-type adaptation +as Best/Good/Fair/Poor labels which are qualitative.) **Beck's**: ratings live behind SeedIQ login; only identity-level data is publicly available, so most disease/agronomic ratings are @@ -219,25 +233,23 @@ NK publishes ratings as PDF tech sheets without regional flags. ## sources-not-yet-indexed -These vendors are planned but not yet in the corpus. Don't assume -their data is present: - -- **Golden Harvest (Syngenta)** — ~175 varieties, sitemap-driven - scrape pending. -- **NK (Syngenta)** — 29 varieties. -- **AgriPro (Syngenta wheat)** — 24 wheat varieties (HRW, HRS, HWS, - SWW, SWS). The only wheat coverage we expect to have outside - WestBred. -- **Beck's PFR (research)** — 2,089 head-to-head trial documents. - Different shape from variety records — these are studies, not - hybrids. -- **Beck's products** — 860 products. Identity-only (SeedIQ login - gates the ratings). - If `list_versions()` doesn't show a vendor in the `vendor` facet, the corpus does not have it yet. Direct the farmer to that vendor's public catalog or their seed dealer. +**Already indexed**: Bayer (DEKALB / Asgrow / WestBred), Syngenta +(Golden Harvest, NK, AgriPro). + +**Not yet indexed**: + +- **Beck's PFR (research)** — 2,089 head-to-head trial documents + on the public Sanity GROQ API. Different shape from variety + records — these are studies, not hybrids. Surfacing them would + benefit a separate tool (e.g. `search_pfr_studies`) rather than + share a corpus with variety identity. +- **Beck's products** — ~860 products. Identity-only (SeedIQ login + gates the ratings). + --- ## checking-your-work diff --git a/requirements.txt b/requirements.txt index b9982a92..03e27697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,4 @@ numpy>=1.26 # Dev / utility python-dateutil>=2.8 +pdfplumber>=0.11 diff --git a/scrape/sources/agripro.py b/scrape/sources/agripro.py index 5c9c5c36..7d972c87 100644 --- a/scrape/sources/agripro.py +++ b/scrape/sources/agripro.py @@ -1,37 +1,503 @@ -"""AgriPro scraper (Syngenta wheat brand). +"""AgriPro (Syngenta) wheat scraper. -Source: ``https://www.agriprowheat.com`` — Drupal Views form, -server-rendered HTML. No headless browser needed. +Source: ``agriprowheat.com`` — Drupal site, server-rendered HTML. +robots.txt is empty (no Disallow). -Expected count: 24 varieties. Covers HRW / HRS / HWS / SWW / SWS -plus barley. NO SRW — Syngenta's SRW lives at GrowProGenetics.com -under a separate brand and is out of scope for AgriPro. +Expected count: 24 varieties spanning Hard Red Winter (HRW), Hard +Red Spring (HRS), Hard White Spring (HWS), Soft White Winter (SWW), +Soft White Spring (SWS), and durum. NO SRW — Syngenta's Soft Red +Winter sits at GrowProGenetics.com under a separate brand, out of +scope for AgriPro. -Trait flags to capture: Clearfield (CL2), CoAXium (NB: CoAXium is -implicit in product family naming, not always a separate field). +Discovery: the variety listing at +``/search-agripro-brand-varieties`` server-renders only the +filter form; the actual variety rows are populated by a Drupal +Views AJAX call. We sidestep the AJAX by passing the filter values +as GET params on the same path: -Schema notes: -- ``wheat_class`` is required (HRW/HRS/HWS/SWW/SWS/durum/barley) -- ``relative_maturity`` and ``maturity_group`` are null for wheat -- Disease panel: stripe rust / leaf rust / stem rust / FHB (scab) / - Septoria / tan spot -- Quality: test weight, protein, falling number, straw strength + /search-agripro-brand-varieties?title=&variety_type_value=All -TODO: implement. +That returns the fully-rendered list (24 rows in +``.block-views-blockvarieties-search-varieties-search-block``) with +links to ``/variety/`` pages. + +Per-variety detail comes from the variety page HTML. Useful fields: + + - ``

`` — product name (e.g. "AP Exceed") + - ``.field--node--variety-type--variety`` — wheat class + ("Soft White Winter", "Hard Red Spring", etc.) + - ``.field--node--tag-line--variety`` — short positioning slogan + - ``.field--node--body`` — full positioning narrative + - Three sections delimited by ``

``: Agronomics / Grain / + Disease, each containing ``.row`` divs with + ``
`` pairs. + +**Rating-scale direction**: AgriPro publishes disease tolerance on a +1-9 scale where **1 = best (most resistant)** — REVERSED from +Bayer's and Golden Harvest's "9 = best" convention. The chunker +preserves values verbatim and the sidecar's ``_scale_direction`` +field declares the direction, so the LLM's chunk-preamble framing +will correctly say "(1 = best)" — anti-hallucination guarantee +holds even across vendors with opposite scales. + +(Agronomic ratings on AgriPro are qualitative — "Excellent / Very +Good / Good / Fair / Poor" — and don't have a numeric direction +issue. They're preserved verbatim.) + +Output: + corpus/agripro/.md + corpus/agripro/.json + +source_key convention: ``agripro-`` lowercased, e.g. +``agripro-ap-exceed`` or ``agripro-sy-assure``. + +CLI: + python -m scrape.sources.agripro --limit 5 + python -m scrape.sources.agripro --force """ + from __future__ import annotations +import argparse +import json +import logging +import os +import random +import re import sys +import time +from dataclasses import dataclass, field +from datetime import datetime, timezone +from pathlib import Path +from typing import Any + +import requests +from bs4 import BeautifulSoup + +SCRAPER_VERSION = "0.1.0" +USER_AGENT = "seed-mcp-scraper/0.1 (+https://drawbar.example/contact)" +BASE = "https://agriprowheat.com" +LIST_URL = f"{BASE}/search-agripro-brand-varieties?title=&variety_type_value=All" + +# AgriPro disease ratings: 1-9, LOWER number = MORE resistant. This +# is the inverse of Bayer/Golden-Harvest's 1-9 (9 = best) convention. +# Document this in the sidecar so the chunker / LLM never mis-renders. +RATING_SCALE_DIRECTION = "1-9 (1 = best, lower = more resistant)" + +# Class abbreviations for the wheat_class field. AgriPro renders the +# full English name; we map it to the canonical short form the rest +# of the corpus uses (matches schema notes in seed-mcp/CLAUDE.md). +WHEAT_CLASS_MAP = { + "hard red winter": "HRW", + "hard red spring": "HRS", + "hard white spring": "HWS", + "hard white winter": "HWW", + "soft white winter": "SWW", + "soft white spring": "SWS", + "soft red winter": "SRW", + "durum": "Durum", +} + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "agripro" + +REQ_INTERVAL_SEC = 1.0 + +log = logging.getLogger("scrape.agripro") + + +# --------------------------------------------------------------------- HTTP + + +class RateLimitedSession: + def __init__(self, interval: float = REQ_INTERVAL_SEC) -> None: + self.s = requests.Session() + self.s.headers["User-Agent"] = USER_AGENT + self.interval = interval + self._last = 0.0 + + def _wait(self) -> None: + delta = time.monotonic() - self._last + if delta < self.interval: + time.sleep(self.interval - delta) + self._last = time.monotonic() + + def request( + self, + method: str, + url: str, + *, + max_retries: int = 4, + timeout: float = 30.0, + **kw: Any, + ) -> requests.Response: + last_exc: Exception | None = None + for attempt in range(max_retries): + self._wait() + try: + resp = self.s.request(method, url, timeout=timeout, **kw) + except requests.RequestException as exc: + last_exc = exc + backoff = min(30.0, (2 ** attempt) + random.random()) + log.warning("network error on %s %s: %s — retry in %.1fs", + method, url, exc, backoff) + time.sleep(backoff) + continue + if resp.status_code == 429 or 500 <= resp.status_code < 600: + ra = resp.headers.get("Retry-After") + backoff = float(ra) if (ra and ra.isdigit()) else min(30.0, (2 ** attempt) + random.random()) + log.warning("HTTP %d on %s %s — retry in %.1fs", + resp.status_code, method, url, backoff) + time.sleep(backoff) + continue + return resp + if last_exc: + raise last_exc + return resp # type: ignore[return-value] + + def get(self, url: str, **kw: Any) -> requests.Response: + return self.request("GET", url, **kw) + + +# --------------------------------------------------------------------- model + + +@dataclass +class APProduct: + source_key: str + source_url: str + product_name: str = "" + wheat_class: str | None = None + positioning_statement: str | None = None + tagline: str | None = None + characteristics_groups: list[dict] = field(default_factory=list) + + +# --------------------------------------------------------------------- discovery + + +def discover_varieties(http: RateLimitedSession) -> list[str]: + """Fetch the variety-search page and return the list of + ``/variety/`` URLs found in it. + + Dedupes per-row twice-listed links (the row's hero image link + and its "view full details" link both point to the same place). + """ + log.info("fetching variety list %s", LIST_URL) + r = http.get(LIST_URL) + r.raise_for_status() + soup = BeautifulSoup(r.text, "html.parser") + urls: list[str] = [] + seen: set[str] = set() + for a in soup.find_all("a", href=re.compile(r"^/variety/")): + h = a["href"] + if h in seen: + continue + seen.add(h) + urls.append(BASE + h) + log.info("variety URLs found: %d", len(urls)) + return urls + + +# --------------------------------------------------------------------- helpers + + +def source_key_for(url: str) -> str: + """``/variety/ap-exceed`` → ``agripro-ap-exceed``.""" + tail = url.rstrip("/").rsplit("/", 1)[-1].lower() + return f"agripro-{tail}" + + +def normalize_wheat_class(raw: str | None) -> str | None: + if not raw: + return None + key = raw.strip().lower() + return WHEAT_CLASS_MAP.get(key, raw.strip()) + + +def _rows_in_section(soup: BeautifulSoup, h3_text: str) -> list[dict]: + """Walk the variety page for the section heading matching + ``h3_text``, then collect every ``.row`` inside the same + container. Returns ``[{characteristic, value}, ...]``.""" + items: list[dict] = [] + for h3 in soup.find_all("h3"): + if h3.get_text(strip=True).lower() != h3_text.lower(): + continue + # Walk up to the enclosing section (the parent that scopes + # the .row siblings of the h3). The simplest reliable scope: + # the row siblings within the immediate parent. + parent = h3.parent + if parent is None: + continue + for row in parent.find_all(class_="row"): + label_el = row.find(class_="label") + if not label_el: + continue + label = label_el.get_text(" ", strip=True) + # The value is whatever
sibling follows the label + # (NOT the .label div itself). + value: str | None = None + for child in row.find_all("div"): + if "label" in (child.get("class") or []): + continue + # First non-label
with non-empty text wins. + t = child.get_text(" ", strip=True) + if t: + value = t + break + if label and value: + items.append({"characteristic": label, "value": value}) + break + return items + + +# --------------------------------------------------------------------- detail + + +def fetch_product_detail( + http: RateLimitedSession, url: str +) -> APProduct | None: + r = http.get(url) + if r.status_code == 404: + return None + r.raise_for_status() + soup = BeautifulSoup(r.text, "html.parser") + + prod = APProduct( + source_key=source_key_for(url), + source_url=url, + ) + + h1 = soup.find("h1") + if h1: + prod.product_name = h1.get_text(strip=True) + + vt = soup.find(class_="field--node--variety-type--variety") + if vt: + prod.wheat_class = normalize_wheat_class(vt.get_text(strip=True)) + + tl = soup.find(class_="field--node--tag-line--variety") + if tl: + prod.tagline = tl.get_text(strip=True) or None + + # Body text — the long-form positioning narrative. + body = soup.find(class_=re.compile(r"field--node--body")) + if body: + prod.positioning_statement = body.get_text(" ", strip=True) or None + + # Tagline alone if no body — better than nothing. + if not prod.positioning_statement and prod.tagline: + prod.positioning_statement = prod.tagline + + # The three rated sections on every variety page. + groups: list[dict] = [] + for label, h3 in ( + ("AGRONOMICS", "Agronomics"), + ("GRAIN", "Grain"), + ("DISEASE RATINGS", "Disease"), + ): + items = _rows_in_section(soup, h3) + if items: + groups.append({"label": label, "type": "fields", "items": items}) + prod.characteristics_groups = groups + + return prod + + +# --------------------------------------------------------------------- render + + +def render_markdown(p: APProduct) -> str: + title = p.product_name or p.source_key + head: list[str] = [ + f"# {title}", + "", + "- **Vendor:** Syngenta", + "- **Brand:** AgriPro", + "- **Crop:** Wheat", + ] + if p.wheat_class: + head.append(f"- **Wheat class:** {p.wheat_class}") + if p.tagline: + head.append(f"- **Tagline:** {p.tagline}") + head.append(f"- **Source:** {p.source_url}") + head.append(f"- **Rating scale (AgriPro):** {RATING_SCALE_DIRECTION}") + head.append("") + head.append("---") + head.append("") + + sections: list[str] = [] + if p.positioning_statement and p.positioning_statement != p.tagline: + sections.append("## Positioning\n\n" + p.positioning_statement.strip() + "\n") + + for g in p.characteristics_groups: + label = (g.get("label") or "Characteristics").title() + items = g.get("items") or [] + if not items: + continue + rows = "\n".join(f"| {it['characteristic']} | {it['value']} |" for it in items) + sections.append( + f"## {label}\n\n" + "| Characteristic | Value |\n" + "|---|---|\n" + f"{rows}\n" + ) + return "\n".join(head) + "\n".join(sections) + + +# --------------------------------------------------------------------- write + + +def write_product(prod: APProduct, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + md_path = CORPUS_DIR / f"{prod.source_key}.md" + json_path = CORPUS_DIR / f"{prod.source_key}.json" + + md_path.write_text(body_md, encoding="utf-8") + sidecar = { + "source": "agripro", + "source_key": prod.source_key, + "vendor": "Syngenta", + "brand": "AgriPro", + "product_name": prod.product_name, + "product_id": None, + "hybrid_prefix": prod.product_name, + "hybrid_suffix": None, + "crop": "wheat", + "release_year": None, + "relative_maturity": None, + "maturity_group": None, + "wheat_class": prod.wheat_class, + "trait_stack": [], + "trait_descriptions": [], + "positioning_statement": prod.positioning_statement, + "tagline": prod.tagline, + "strengths": [], + "characteristics_groups": prod.characteristics_groups, + # AgriPro's reversed direction is the load-bearing field here: + # any cross-vendor disease-resistance comparison MUST consult + # this before interpreting values. The chunker reads it; the + # api_lessons file's rating-scales section documents the + # convention. + "_scale_direction": RATING_SCALE_DIRECTION, + "regional_recommendations": [], + "image_url": None, + "source_urls": [prod.source_url], + "sitemap_last_modified": None, + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + json_path.write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", + encoding="utf-8", + ) + + +# --------------------------------------------------------------------- pipeline + + +def process_product( + http: RateLimitedSession, + *, + url: str, + force: bool, +) -> tuple[str, APProduct | None]: + source_key = source_key_for(url) + md_path = CORPUS_DIR / f"{source_key}.md" + if md_path.exists() and not force: + return "skipped", None + try: + prod = fetch_product_detail(http, url) + except Exception as exc: # noqa: BLE001 + log.error("detail fetch failed for %s: %s", url, exc) + return "failed", None + if prod is None: + return "missing", None + body = render_markdown(prod) + write_product(prod, body) + return "written", prod + + +def run( + *, + limit: int | None, + force: bool, + only_product: str | None, +) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + http = RateLimitedSession() + targets = discover_varieties(http) + if only_product: + targets = [ + u for u in targets + if source_key_for(u) == only_product + or u.rstrip("/").rsplit("/", 1)[-1].lower() == only_product.lower() + ] + if not targets: + log.error("no variety matched --product=%s", only_product) + return 2 + + counts = {"written": 0, "skipped": 0, "missing": 0, "failed": 0} + processed = 0 + for url in targets: + if limit is not None and processed >= limit: + break + processed += 1 + status, prod = process_product(http, url=url, force=force) + counts[status] = counts.get(status, 0) + 1 + if prod is not None: + log.info( + "[%d/%s] %s %s | class=%s groups=%d", + processed, str(limit) if limit else "all", + prod.source_key, status, + prod.wheat_class or "-", + len(prod.characteristics_groups), + ) + else: + log.info("[%d/%s] %s %s", + processed, str(limit) if limit else "all", + source_key_for(url), status) + + log.info( + "done: processed=%d written=%d skipped=%d missing=%d failed=%d (of %d candidates)", + processed, counts["written"], counts["skipped"], + counts["missing"], counts["failed"], len(targets), + ) + return 0 if counts["failed"] == 0 else 1 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.agripro", + description="Scrape AgriPro (Syngenta) wheat varieties.", + ) + p.add_argument("--limit", type=int, default=None, + help="Stop after processing N varieties (default: all).") + p.add_argument("--force", action="store_true", + help="Re-fetch even if the markdown file already exists.") + p.add_argument("--product", default=None, + help="Process a single variety by source_key or URL tail.") + p.add_argument("--log-level", default=os.environ.get("LOG_LEVEL", "INFO")) + return p def main(argv: list[str] | None = None) -> int: - print("agripro: deferred — Drupal Views form, only wheat in the corpus, no SRW (separate brand). See reference_seed_vendor_recon.md.", - file=sys.stderr) - # Return 0 so the monthly CI workflow doesn't fail when this - # source is listed but not yet implemented. Real implementation - # will return 0 on success / 1 on failure. - return 0 + args = _build_argparser().parse_args(argv) + logging.basicConfig( + level=args.log_level.upper(), + format="%(asctime)s %(levelname)s %(name)s %(message)s", + stream=sys.stderr, + ) + return run( + limit=args.limit, + force=args.force, + only_product=args.product, + ) if __name__ == "__main__": - sys.exit(main(sys.argv[1:])) + sys.exit(main()) diff --git a/scrape/sources/nk.py b/scrape/sources/nk.py index 70f5c8df..c39a5f61 100644 --- a/scrape/sources/nk.py +++ b/scrape/sources/nk.py @@ -1,38 +1,828 @@ -"""NK scraper (Syngenta brand). +"""NK (Syngenta) seed scraper — corn + soybeans. -Source: ``https://www.syngenta-us.com`` — static HTML product pages -plus tech-sheet PDFs on the Syngenta CDN at -``assets.syngentaebiz.com/pdf/techsheets/_YYMMDD.pdf``. +Source: ``syngenta-us.com`` — ASP.NET WebForms catalog with an +ASMX-style JSON endpoint for the seed-finder UI, plus tech-sheet +PDFs on the Syngenta CDN at +``assets.syngenta-us.com/pdf/techsheets/_YYMMDD.pdf``. -Expected count: 29 varieties (12 corn + 17 soy). No wheat. +Expected count: 29 varieties (12 corn + 17 soy on 2026-05-25). No +wheat. -The PDF fetcher is shared with ``golden_harvest`` — same CDN, same -``_YYMMDD.pdf`` filename convention. Factor that into a -helper module under ``scrape.sources._syngenta_pdf`` once both -scrapers are written. +Discovery: the HTML catalog pages (``/corn/nk/products``, +``/soybeans/nk/products``) load product cards via JS. The JS calls -Disease + agronomic ratings live INSIDE the PDFs (the HTML pages -have marketing copy only). Use pdfplumber for table extraction. + POST /NKSeeds/CornProductFinder.aspx/GetProducts + POST /NKSeeds/SoyProductFinder.aspx/GetProducts -Bonus: regional "Seed Guide" PDFs (~14 MB each) for IA, IL, MN, -etc. — additional supplemental context worth ingesting once the -per-variety scrape is solid. +Both endpoints return ASP.NET's ``{"d": "..."}`` wrapper where ``d`` +is a string of HTML fragments separated by `` @ `` containing one +``
`` per variety. Each card carries: -TODO: implement. + - product code (e.g. ``NK8005`` / ``NK008-P8XF``) + - RM days (corn) / MG decimal (soy) in a ```` next to the + title + - "Brands Available" line listing trait variants + (NK8005-V, NK8005-GT/LL — these are trait-specific SKUs) + - positioning slogan + bullet-list of strengths + - tech-sheet PDF URL + +Per-variety disease ratings live ONLY in the PDF tech sheets (the +HTML cards have marketing text but no rating numbers). We extract +disease ratings via ``pdfplumber`` text extraction — they appear as +"Label Number" lines that we parse with a regex. + +**Rating-scale direction**: NK explicitly publishes +``1-9 Scale: 1 = Best, Tallest or Highest; 9 = Worst, Shortest or +Lowest`` on every tech sheet — REVERSED from Bayer/Golden Harvest. +The chunker preserves values verbatim and the sidecar's +``_scale_direction`` field declares this so the LLM correctly +interprets the chunk preamble. + +**Agronomic ratings**: rendered as horizontal bar charts in the +PDF; pdfplumber's text extraction captures the LABELS (Emergence, +Stalk Strength, Drought, etc.) but NOT the bar values. Surfacing +those would require either OCR of the bar positions or pdfplumber's +geometric layout parsing — deferred. For now the chunk records the +labels and an explicit "agronomic ratings rendered as chart bars in +the source PDF — values not currently extracted" annotation so the +agent knows to direct the farmer at the tech-sheet PDF for those +numbers. + +Tech-sheet PDF URLs come from the API response (live URL is +correct; the assets-host filenames include a YYMMDD that changes). + +Output: + corpus/nk/.md + corpus/nk/.json + +source_key convention: ``nk-`` lowercased, e.g. +``nk-nk8005`` or ``nk-nk008-p8xf``. + +CLI: + python -m scrape.sources.nk --limit 5 + python -m scrape.sources.nk --crop corn --limit 12 + python -m scrape.sources.nk --force """ + from __future__ import annotations +import argparse +import io +import json +import logging +import os +import random +import re import sys +import time +from dataclasses import dataclass, field +from datetime import datetime, timezone +from pathlib import Path +from typing import Any + +import requests +from bs4 import BeautifulSoup +import pdfplumber + +SCRAPER_VERSION = "0.1.0" +USER_AGENT = "seed-mcp-scraper/0.1 (+https://drawbar.example/contact)" +BASE = "https://www.syngenta-us.com" +CORN_LIST_URL = f"{BASE}/corn/nk/products" +SOY_LIST_URL = f"{BASE}/soybeans/nk/products" +CORN_API = f"{BASE}/NKSeeds/CornProductFinder.aspx/GetProducts" +SOY_API = f"{BASE}/NKSeeds/SoyProductFinder.aspx/GetProducts" + +# NK + AgriPro both use the "1 = best, lower = more resistant" convention. +# Confirmed by tech-sheet footer: "1-9 Scale: 1 = Best...; 9 = Worst..." +RATING_SCALE_DIRECTION = "1-9 (1 = best, lower = more resistant)" + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "nk" + +REQ_INTERVAL_SEC = 1.0 + +log = logging.getLogger("scrape.nk") + + +# --------------------------------------------------------------------- HTTP + + +class RateLimitedSession: + def __init__(self, interval: float = REQ_INTERVAL_SEC) -> None: + self.s = requests.Session() + self.s.headers["User-Agent"] = USER_AGENT + self.interval = interval + self._last = 0.0 + + def _wait(self) -> None: + delta = time.monotonic() - self._last + if delta < self.interval: + time.sleep(self.interval - delta) + self._last = time.monotonic() + + def request( + self, + method: str, + url: str, + *, + max_retries: int = 4, + timeout: float = 30.0, + **kw: Any, + ) -> requests.Response: + last_exc: Exception | None = None + for attempt in range(max_retries): + self._wait() + try: + resp = self.s.request(method, url, timeout=timeout, **kw) + except requests.RequestException as exc: + last_exc = exc + backoff = min(30.0, (2 ** attempt) + random.random()) + log.warning("network error on %s %s: %s — retry in %.1fs", + method, url, exc, backoff) + time.sleep(backoff) + continue + if resp.status_code == 429 or 500 <= resp.status_code < 600: + ra = resp.headers.get("Retry-After") + backoff = float(ra) if (ra and ra.isdigit()) else min(30.0, (2 ** attempt) + random.random()) + log.warning("HTTP %d on %s %s — retry in %.1fs", + resp.status_code, method, url, backoff) + time.sleep(backoff) + continue + return resp + if last_exc: + raise last_exc + return resp # type: ignore[return-value] + + def get(self, url: str, **kw: Any) -> requests.Response: + return self.request("GET", url, **kw) + + def post(self, url: str, **kw: Any) -> requests.Response: + return self.request("POST", url, **kw) + + +# --------------------------------------------------------------------- model + + +@dataclass +class NKProduct: + source_key: str + source_url: str # the brand catalog page (closest thing to a per-variety URL) + crop: str # "corn" | "soybeans" + product_code: str = "" # NK8005 / NK008-P8XF + relative_maturity: str | None = None # corn + maturity_group: str | None = None # soy + brand_variants: list[str] = field(default_factory=list) # ["NK8005-V", "NK8005-GT/LL"] + trait_codes: list[str] = field(default_factory=list) + trait_descriptions: list[str] = field(default_factory=list) + positioning_statement: str | None = None + strengths: list[str] = field(default_factory=list) + techsheet_url: str | None = None + characteristics_groups: list[dict] = field(default_factory=list) + + +# --------------------------------------------------------------------- discovery + + +def _api_payload_corn(rm_low: str, rm_high: str) -> str: + """Payload for ``CornProductFinder.aspx/GetProducts``.""" + return json.dumps({ + "cornCount": "1", + "rmLowerRange": rm_low, + "rmUpperRange": rm_high, + "brands": "NK", + "agisuraTraits": "", + "insectResistance": "", + "herbicideTolerance": "", + "waterOptimization": "", + "reducedRefuge": "", + "diseaseResistence": "", + "silage": "", + "path": "false", + "currentUrl": CORN_LIST_URL, + "fieldForged": "", + "newProduct": "", + }) + + +def _api_payload_soy(rm_low: str, rm_high: str) -> str: + return json.dumps({ + "soyaBeanCount": "1", + "rmLowerRange": rm_low, + "rmUpperRange": rm_high, + "herbicideTolerance": "", + "diseaseFilter": "", + "nematodeFilter": "", + "agroPlantCharFilter": "", + "plantHeightFilter": "", + "brands": "NK", + "browserURL": SOY_LIST_URL, + "fieldForged": "", + "newProduct": "", + }) + + +def _parse_card(html_chunk: str, crop: str) -> NKProduct | None: + """Parse one ``
`` card from the API + response into an NKProduct.""" + soup = BeautifulSoup(html_chunk, "html.parser") + title_el = soup.find(class_="sf-result-title") + if not title_el: + return None + # Title contains code + RM tail + code = (title_el.contents[0].strip() if title_el.contents else "").strip() + if not code: + return None + rm_str: str | None = None + span = title_el.find("span") + if span: + # span text is like "RM\n80" — strip to digits/decimal + text = span.get_text(" ", strip=True) + m = re.search(r"(\d+(?:\.\d+)?)", text) + if m: + rm_str = m.group(1) + + prod = NKProduct( + source_key=f"nk-{code.lower()}", + # NK doesn't expose per-variety URLs; the brand catalog is the + # nearest equivalent. lookup_variety / get_page will still work + # via source_key. + source_url=CORN_LIST_URL if crop == "corn" else SOY_LIST_URL, + crop=crop, + product_code=code, + ) + if rm_str is not None: + if crop == "corn": + prod.relative_maturity = rm_str + else: + prod.maturity_group = rm_str + + # Brands Available (trait variants). + inner = soup.find(class_="sf-result-content-inner") + if inner: + # The first with "Brands available:" or + # "Herbicide Tolerant Trait(s):" sets the trait context. + for strong in inner.find_all("strong"): + text = strong.get_text(" ", strip=True) + if text.lower().startswith("brands available"): + rest = text.split(":", 1)[1] if ":" in text else "" + for v in rest.split("|"): + v = v.strip() + if v: + prod.brand_variants.append(v) + elif text.lower().startswith("herbicide tolerant trait"): + rest = text.split(":", 1)[1] if ":" in text else "" + for t in rest.split(","): + t = t.strip() + if t: + prod.trait_codes.append(t) + else: + # Positioning slogan is also rendered as a bare . + if not prod.positioning_statement and len(text) > 12: + prod.positioning_statement = text + + # Bullet strengths + ul = inner.find("ul") + if ul: + for li in ul.find_all("li"): + t = li.get_text(" ", strip=True) + if t: + prod.strengths.append(t) + + # Tech-sheet PDF URL. + for a in soup.find_all("a", href=True): + h = a["href"] + if "assets.syngenta-us.com/pdf/techsheets/" in h and h.lower().endswith(".pdf"): + prod.techsheet_url = h + break + + return prod + + +def discover_products( + http: RateLimitedSession, + *, + only_crop: str | None = None, +) -> list[NKProduct]: + """Hit the corn + soy product-finder APIs and parse the returned + HTML cards into NKProducts. Returns identity-level data only; + ratings come from the per-variety tech-sheet PDF in + ``enrich_with_pdf``.""" + # Warm the session cookie (some Syngenta deployments need it). + http.get(CORN_LIST_URL) + + out: list[NKProduct] = [] + headers = { + "Content-Type": "application/json; charset=utf-8", + "X-Requested-With": "XMLHttpRequest", + } + + def _parse_response(html_blob: str, crop: str) -> int: + """Parse the API response's inner HTML into NKProducts. + + The endpoint emits one ``
`` per variety, + each wrapped in a ``
`` column. Strip the + leading ``@`` markers and let BeautifulSoup tokenize the whole + blob — no per-chunk split (the API doesn't actually delimit + with ``@`` reliably, despite appearances). + """ + n = 0 + # Strip leading " @ " noise (rendered by the JS when filters + # change, not a structural delimiter). + cleaned = html_blob.replace("@", "").strip() + soup = BeautifulSoup(cleaned, "html.parser") + for card in soup.find_all("div", class_="sf-result"): + prod = _parse_card(str(card), crop) + if prod: + out.append(prod) + n += 1 + return n + + if only_crop in (None, "corn"): + log.info("fetching NK corn product list") + r = http.post( + CORN_API, + data=_api_payload_corn("75", "120"), + headers={**headers, "Referer": CORN_LIST_URL}, + ) + r.raise_for_status() + n = _parse_response(r.json().get("d") or "", "corn") + log.info("corn cards parsed: %d", n) + + if only_crop in (None, "soybeans"): + log.info("fetching NK soy product list") + r = http.post( + SOY_API, + data=_api_payload_soy("0", "9.9"), + headers={**headers, "Referer": SOY_LIST_URL}, + ) + r.raise_for_status() + n = _parse_response(r.json().get("d") or "", "soybeans") + log.info("soy cards parsed: %d", n) + + log.info("total: %d NK varieties", len(out)) + return out + + +# --------------------------------------------------------------------- PDF + + +def _extract_disease_ratings(text: str) -> list[dict]: + """Pull disease-tolerance ratings out of the tech-sheet PDF text. + + The PDF renders disease ratings as a left-column-label / right- + column-number layout. pdfplumber's ``extract_text`` interleaves + the agronomic-chart labels (no number) with the disease-rating + labels + numbers, so we just look for lines ending in a numeric + rating or a literal ``-`` (not available). + + Returns a list of ``{characteristic, value}``. Values are + preserved as strings (including ``-`` for "not available"). + """ + # The disease list per tech sheet is small (~10 conditions) and + # the labels are stable. We anchor on the known label set rather + # than try to guess by layout. + known_diseases = [ + "Gray Leaf Spot", + "Northern Corn Leaf Blight", + "Goss's Wilt", + "Goss's wilt", + "Bacterial Leaf Streak", + "Bacterial Corn Leaf Streak", + "Southern Corn Leaf Blight", + "Anthracnose Stalk Rot", + "Anthracnose Leaf Blight", + "Tar Spot", + "Fusarium Crown Rot", + "Common Rust", + "Southern Rust", + "Eye Spot", + "Stewart's Bacterial Wilt", + # Soybean + "Brown Stem Rot", + "Charcoal Rot", + "Frogeye Leaf Spot", + "Iron Deficiency Chlorosis", + "Phytophthora Root Rot", + "Sclerotinia White Mold", + "White Mold", + "Soybean Cyst Nematode", + "Sudden Death Syndrome", + "Southern Stem Canker", + "Stem Canker", + "Soybean Mosaic Virus", + ] + items: list[dict] = [] + for line in text.splitlines(): + line = line.strip() + if not line: + continue + # Match "