File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -4256,12 +4256,47 @@ components:
42564256 uniqueItems : true
42574257 url :
42584258 type : string
4259+ WebPageImportFetchOptions :
4260+ type : object
4261+ description : Fetch Options for Web Page Import
4262+ properties :
4263+ block_ads :
4264+ type : boolean
4265+ description : Block ads to save bandwidth (premium_scraper only).
4266+ country_code :
4267+ type : string
4268+ description : Country code for the proxy (premium_scraper only).
4269+ mode :
4270+ type : string
4271+ default : default
4272+ description : " The fetching mode: `default` (smart fallback), `proxy` or\
4273+ \ `premium_scraper`."
4274+ enum :
4275+ - default
4276+ - proxy
4277+ - premium_scraper
4278+ premium_proxy :
4279+ type : boolean
4280+ description : Use premium proxy (premium_scraper only).
4281+ render_js :
4282+ type : boolean
4283+ description : Render JavaScript on the target page (premium_scraper only).
4284+ timeout :
4285+ type : integer
4286+ format : int32
4287+ description : Timeout in milliseconds (premium_scraper only).
4288+ wait_for :
4289+ type : string
4290+ description : CSS selector to wait for before returning (premium_scraper
4291+ only).
42594292 WebPageImportRequest :
42604293 type : object
42614294 description : The Web Page Import request
42624295 properties :
42634296 embedding :
42644297 $ref : ' #/components/schemas/EmbeddingRequest'
4298+ fetch_options :
4299+ $ref : ' #/components/schemas/WebPageImportFetchOptions'
42654300 id :
42664301 type : string
42674302 description : The Web Page id (or iri) in Graph when available.
You can’t perform that action at this time.
0 commit comments