docs: migrate company-info SDK cookbook to v2 API#91
Merged
Conversation
- 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 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Replaces the old "Presentazione senza titolo.pptx" base64 banner with the updated ScrapeGraphAI banner (163KB -> 87KB). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
VinciGit00
approved these changes
May 11, 2026
This was referenced 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
First of N PRs restoring + migrating the cookbook notebooks that were removed in 1f3b123 to the v2 SDK API. This PR migrates
cookbook/company-info/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=)extract(prompt, url=, schema=Schema.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 this)
Same migration pattern still needs to be applied to:
cookbook/github-trending/scrapegraph_sdk.ipynbcookbook/homes-forsale/scrapegraph_sdk.ipynbcookbook/wired-news/scrapegraph_sdk.ipynbcookbook/chat-webpage-simple-rag/scrapegraph_burr_lancedb.ipynb(heavier: markdownify → scrape, sgai_logger removal)🤖 Generated with Claude Code