docs: migrate wired-news SDK cookbook to v2 API (3/N)#93
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This was referenced May 11, 2026
- Client -> ScrapeGraphAI (auto-reads SGAI_API_KEY) - smartscraper(website_url=, user_prompt=, output_schema=) -> extract(prompt, url=, schema=model_json_schema()) - Response shape: response['result'] -> response.data.json_data - Fix broken async example link - Update dashboard URL: dashboard.scrapegraphai.com -> scrapegraphai.com/dashboard - Swap outdated banner image Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c4b8574 to
b80fe30
Compare
- Add versioning & release section to CLAUDE.md describing semantic-release commit conventions - Polish company-info, github-trending, and wired-news SDK cookbook notebooks - Refresh uv.lock Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
VinciGit00
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Third of N PRs (follows #91, #92) restoring + migrating the cookbook notebooks that were removed in 1f3b123 to the v2 SDK API. This PR migrates
cookbook/wired-news/scrapegraph_sdk.ipynband swaps the outdated banner image.Migration
from scrapegraph_py import Clientfrom scrapegraph_py import ScrapeGraphAIClient(api_key=...)ScrapeGraphAI()(auto-readsSGAI_API_KEY)smartscraper(website_url=, user_prompt=, output_schema=ListNewsSchema)extract(prompt, url=, schema=ListNewsSchema.model_json_schema())response['result']/response['request_id']response.data.json_data+.status/.errorcheckexamples/async_smartscraper_example.py(404)examples/extract/extract_basic_async.pyhttps://dashboard.scrapegraphai.com/https://scrapegraphai.com/dashboardValidation
Follow-ups (separate PRs, not blocking)
cookbook/homes-forsale/scrapegraph_sdk.ipynb(PR docs: migrate homes-forsale SDK cookbook to v2 API (4/N) #94)cookbook/chat-webpage-simple-rag/scrapegraph_burr_lancedb.ipynb(PR docs: migrate chat-webpage-simple-rag cookbook to v2 API (5/N) #95)🤖 Generated with Claude Code