ScrapingDuck API Docs
ScrapingDuck
    ScrapingDuck API Docs
    • Actions
      • Returns example action objects for each available action.
        GET
    • Browser
      • Executes a list of browser actions.
        POST
      • Fetches the full HTML content of a web page.
        GET
      • Extracts the main article content from a web page.
        GET
    • Devices
      • Gets the list of all available device names.
        GET
      • Gets detailed information for a specific device.
        GET
    • Scrape
      • Fetches the raw HTML source of a web page as a direct text/html response.
        GET
      • Fetches the full scraping result including HTML content and metadata (JSON response).
        GET
      • Extracts the main article content from a web page.
        GET
    • Schemas
      • ActionExecutionMeta
      • BrowserAction
      • BrowserActionResult
      • BrowserActionResultActionExecutionResponse
      • BrowserAutomationRequest
      • DeviceContextOptionsDto
      • DeviceDetailDto
      • ProblemDetails
      • PublicBrowserAutomationRequest
      • ResultData
      • TrafficSource
      • ValidationProblemDetails
      • ViewSettings
    ScrapingDuck

    ViewSettings

    Represents the view settings for a campaign.
    This is a domain model and should not contain any UI-specific logic or dependencies.

    {
        "trafficSources": [
            {
                "type": "string",
                "name": "string",
                "url": "string",
                "percentage": 0
            }
        ],
        "keywordList": [
            "string"
        ],
        "referrerUrlList": [
            "string"
        ],
        "socialProfileList": [
            "string"
        ],
        "maxViewsPerHour": 0,
        "maxViewsPerDay": 0,
        "viewTime": 0
    }
    Built with