Loading...
Loading...
Compare original and translation side by side
web_fetchweb_fetchengine=youtubeengine=youtube_videoengine=youtube_video_transcriptPOST /v2/scrapeurlmarkdownhtmlrawHtmllinkssummaryjsonquestionhighlightsengine=youtubeengine=youtube_videoengine=youtube_video_transcriptPOST /v2/scrapeurlmarkdownhtmlrawHtmllinkssummaryjsonquestionhighlightscore.http_client.proxied_getproxied_postSC-CALLER-IDfrom core.http_client import proxied_get
headers = {"SC-CALLER-ID": "chat:youtube-transcript"}
search = proxied_get(
"https://serpapi.com/search.json",
params={"engine": "youtube", "search_query": "topic keywords"},
headers=headers,
).json()
video = proxied_get(
"https://serpapi.com/search.json",
params={"engine": "youtube_video", "v": "VIDEO_ID"},
headers=headers,
).json()
transcript = proxied_get(
"https://serpapi.com/search.json",
params={"engine": "youtube_video_transcript", "v": "VIDEO_ID", "language_code": "en"},
headers=headers,
).json()from core.http_client import proxied_post
headers = {"SC-CALLER-ID": "chat:web-crawl-fallback"}
page = proxied_post(
"https://api.firecrawl.dev/v2/scrape",
json={
"url": "https://example.com/article",
"formats": ["markdown", "links"],
"onlyMainContent": True,
"timeout": 60000,
},
headers=headers,
).json()core.http_client.proxied_getproxied_postSC-CALLER-IDfrom core.http_client import proxied_get
headers = {"SC-CALLER-ID": "chat:youtube-transcript"}
search = proxied_get(
"https://serpapi.com/search.json",
params={"engine": "youtube", "search_query": "topic keywords"},
headers=headers,
).json()
video = proxied_get(
"https://serpapi.com/search.json",
params={"engine": "youtube_video", "v": "VIDEO_ID"},
headers=headers,
).json()
transcript = proxied_get(
"https://serpapi.com/search.json",
params={"engine": "youtube_video_transcript", "v": "VIDEO_ID", "language_code": "en"},
headers=headers,
).json()from core.http_client import proxied_post
headers = {"SC-CALLER-ID": "chat:web-crawl-fallback"}
page = proxied_post(
"https://api.firecrawl.dev/v2/scrape",
json={
"url": "https://example.com/article",
"formats": ["markdown", "links"],
"onlyMainContent": True,
"timeout": 60000,
},
headers=headers,
).json()youtube_video_transcriptyoutube_videolanguage_codeenengine=youtubevideo_resultsformats:["markdown","links"]onlyMainContent:trueweb_fetchrawHtmljsonquestionhighlightsyoutube_video_transcriptyoutube_videolanguage_codeenengine=youtubevideo_resultsformats:["markdown","links"]onlyMainContent:trueweb_fetchrawHtmljsonquestionhighlights