File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 6363 name : Google Search Console
6464- description : Link Groups
6565 name : Link Groups
66+ - description : Web Page Scrape API
67+ name : Web Page Scrape
6668- description : Account Statistics
6769 name : Account Stats
6870- description : " Import Analytics data to the KG using different sources, e.g. Google\
@@ -2089,6 +2091,30 @@ paths:
20892091 summary : Create
20902092 tags :
20912093 - Web Pages Imports
2094+ /web-page-scrapes :
2095+ post :
2096+ description : Scrape a Web Page.
2097+ operationId : createWebPageScrape
2098+ requestBody :
2099+ content :
2100+ application/json :
2101+ schema :
2102+ $ref : ' #/components/schemas/WebPageScrapeRequest'
2103+ required : true
2104+ responses :
2105+ " 200 " :
2106+ content :
2107+ application/json :
2108+ schema :
2109+ $ref : ' #/components/schemas/WebPageScrapeResponse'
2110+ description : Web Page Scrape Response
2111+ " 401 " :
2112+ description : Authentication Failure
2113+ security :
2114+ - ApiKey : []
2115+ summary : Web Page Scrape
2116+ tags :
2117+ - Web Page Scrape
20922118 /web-pages :
20932119 get :
20942120 description : Get extracted web page content
@@ -4364,6 +4390,25 @@ components:
43644390 - id
43654391 - model
43664392 - web_page
4393+ WebPageScrapeRequest :
4394+ type : object
4395+ description : Web Page Scrape Request
4396+ properties :
4397+ fetch_options :
4398+ $ref : ' #/components/schemas/WebPageImportFetchOptions'
4399+ url :
4400+ type : string
4401+ description : The Web Page url to scrape
4402+ required :
4403+ - url
4404+ WebPageScrapeResponse :
4405+ type : object
4406+ description : Web Page Scrape Response
4407+ properties :
4408+ web_page :
4409+ $ref : ' #/components/schemas/WebPage'
4410+ required :
4411+ - web_page
43674412 Website :
43684413 type : object
43694414 description : A Website
You can’t perform that action at this time.
0 commit comments