SinglePageRequesterCrawlSettingsInput
No description
input SinglePageRequesterCrawlSettingsInput {
applyCustomHeadersToNavigationRequestsOnly: Boolean
block3rdPartyCookies: Boolean
crawlRedirectsExternal: Boolean
crawlRedirectsInternal: Boolean
crawlTestSite: Boolean
customDns: [CustomDnsSettingInput!]
customExtractions: [CustomExtractionSettingInput!]
customRequestHeaders: [CustomRequestHeaderInput!]
dataLayerName: String
excludeUrlPatterns: [String!]
flattenIframes: Boolean
flattenShadowDom: Boolean
ignoreInvalidSSLCertificate: Boolean
ignoreRobotsForNavigationRequests: Boolean
includeUrlPatterns: [String!]
locationCode: LocationCode
mobileHomepageUrl: String
mobileUrlPattern: String
mobileUserAgentCode: String
mobileViewportHeight: Int
mobileViewportWidth: Int
primaryDomain: String
proxyUrl: String
renderWithImages: Boolean
rendererBlockAds: Boolean
rendererBlockAnalytics: Boolean
rendererBlockCustom: [String!]
rendererCookies: [RendererCookieInput!]
rendererJsString: String
rendererJsUrls: [String!]
renderingRobotsCheckMode: RenderingRobotsCheckMode
robotsOverwrite: String
testSiteDomain: String
testSitePassword: String
testSiteUsername: String
urlRewriteQueryParameters: [String!]
urlRewriteRules: [UrlRewriteRuleInput!]
urlRewriteStripFragment: Boolean
urlSampling: [UrlSamplingInput!]
useMobileSettings: Boolean
useNewHeadlessMode: Boolean
useRenderer: Boolean
useStealthMode: Boolean
useUrlRewriteRules: Boolean
userAgentCode: String
userAgentIsMobile: Boolean
userAgentMobileIsMobile: Boolean
userAgentString: String
userAgentStringMobile: String
userAgentToken: String
userAgentTokenMobile: String
viewportHeight: Int
viewportWidth: Int
}