Compartir por


Screenshot One (Independent Publisher) (Preview)

ScreenshotOne is a scalable and straightforward screenshot service to cover all your needs by making screenshots. It converts any given URL or HTML to PNG, PDF, etc.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor
Website https://screenshotone.com/
Privacy policy https://screenshotone.com/privacy-policy/
Categories Website

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
Access Key securestring The Access Key for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get animated screenshot

Retrieve an animated screenshot for a given set of options.

Get devices

Retrieve a list of devices and their viewport parameters.

Get plan usage

Retrieve a list of your current plan usage.

Get screenshot

Retrieve a screenshot for a given set of options.

Get animated screenshot

Retrieve an animated screenshot for a given set of options.

Parameters

Name Key Required Type Description
URL
url True string

The URL address.

Scenario
scenario True string

The scenario.

Scroll Delay
scroll_delay True integer

The scroll delay.

Scroll Duration
scroll_duration True integer

The scroll duration.

Scroll By
scroll_by True integer

The scroll by.

Scroll Start Immediately
scroll_start_immediately True boolean

Whether to start scroll immediately.

Scroll Back
scroll_back True boolean

Whether to scroll back.

Scroll Back After Duration
scroll_back_after_duration True integer

The scroll back after duration.

Scroll Complete
scroll_complete True boolean

Whether scroll complete.

Scroll Stop After Duration
scroll_stop_after_duration True integer

The scroll stop after duration.

Scroll Easing
scroll_easing True string

The scroll easing.

Format
format True string

The format.

Duration
duration True integer

The duration.

Width
width True integer

The width.

Height
height True integer

The height.

Aspect Ratio
aspect_ratio True string

The .

Viewport Device
viewport_device True string

The viewport device.

Viewport Width
viewport_width True integer

The viewport width.

Viewport Height
viewport_height True integer

The viewport height.

Device Scale Factor
device_scale_factor True integer

The device scale factor.

Viewport Mobile
viewport_mobile True boolean

Whether the viewport is mobile.

Viewport Has Touch
viewport_has_touch True boolean

Whether the viewport has touch.

Viewport Landscape
viewport_landscape True boolean

Whether viewport is landscape.

Block Cookie Banners
block_cookie_banners True boolean

Whether to block cookie banners.

Block Banners By Heuristics
block_banners_by_heuristics True boolean

Whether to block banners by heuristics.

Block Chats
block_chats True boolean

Whether to block chats.

Block Ads
block_ads True boolean

Whether to block ads.

Block Trackers
block_trackers True boolean

Whether to block trackers.

Block Requests
block_requests True string

The block requests.

Block Resources
block_resources True string

The block resources.

Geolocation Latitude
geolocation_latitude True number

The geolocation latitude.

Geolocation Longitude
geolocation_longitude True number

The geolocation longitude.

Geolocation Accuracy
geolocation_accuracy True integer

The geolocation accuracy.

Country Code
ip_country_code True string

The country code.

Proxy
proxy True string

The proxy.

User Agent
user_agent True string

The user agent.

Authorization
authorization True string

The authorization.

Cookies
cookies True string

The cookies.

Headers
headers True string

The headers.

Time Zone
time_zone True string

The time zone.

Wait Until
wait_until True string

The wait until.

Delay
delay True integer

The delay.

Timeout
timeout True integer

The timeout.

Navigation Timeout
navigation_timeout True integer

The navigation timeout.

Wait for Selector
wait_for_selector True string

The wait for selector.

Cache
cache True boolean

Whether to cache.

Cache TTL
cache_ttl True integer

The cache timeout.

Cache Key
cache_key True integer

The cache key.

Store
store True boolean

Whether to store.

Storage Path
storage_path True string

The storage path.

Storage Bucket
storage_bucket True string

The storage bucket.

Storage Class
storage_class True string

The storage class.

Storage ACL
storage_acl True string

The storage ACL.

Metadata Image Size
metadata_image_size True boolean

Whether metadata has image size.

Ignore Host Errors
ignore_host_errors True boolean

Whether to ignore host errors.

Error on Selector Not Found
error_on_selector_not_found True boolean

Whether to error on selector not found.

Returns

The outputs of this operation are dynamic.
Name Path Type Description
Content Type
$content-type string

The content type.

Content
$content string

The content.

Get devices

Retrieve a list of devices and their viewport parameters.

Returns

The outputs of this operation are dynamic.
Name Path Type Description
array of object
ID
id string

The identifier.

Name
name string

The name.

User Agent
userAgent string

The user agent.

Width
viewport.width integer

The width.

Height
viewport.height integer

The height.

Device Scale Factor
viewport.deviceScaleFactor float

The device scale factor.

Is Mobile
viewport.isMobile boolean

Whether is mobile.

Has Touch
viewport.hasTouch boolean

Whether has touch.

Is Landscape
viewport.isLandscape boolean

Whether is landscape.

Get plan usage

Retrieve a list of your current plan usage.

Returns

The outputs of this operation are dynamic.
Name Path Type Description
Total
total integer

The total.

Available
available integer

The available.

Used
used integer

The used.

Limit
concurrency.limit integer

The limit.

Remaining
concurrency.remaining integer

The remaining.

Reset
concurrency.reset integer

The reset.

Get screenshot

Retrieve a screenshot for a given set of options.

Parameters

Name Key Required Type Description
URL
url True string

The URL address.

HTML
html True string

The HTML code.

Format
format True string

The format.

Response Type
response_type True string

The response type.

Selector
selector True string

The selector.

Capture Beyond Viewport
capture_beyond_viewport True boolean

Whether to capture beyond viewport.

Scroll Into View
scroll_into_view True string

The scoll into view.

Scroll Into View Adjust Top
scroll_into_view_adjust_top True integer

The top adjustment for scroll into view.

Full Page
full_page True boolean

Whether full page.

Full Page Scroll
full_page_scroll True boolean

Whether to scroll full page.

Full Page Scroll Delay
full_page_scroll_delay True integer

The delay before full page scroll.

Full Page Scroll By
full_page_scroll_by True integer

The full page scroll by.

Full Page Max Height
full_page_max_height True integer

The max height of the full page.

Viewport Device
viewport_device True string

The viewport device.

Viewport Width
viewport_width True integer

The viewport width.

Viewport Height
viewport_height True integer

The viewport height.

Device Scale Factor
device_scale_factor True integer

The device scale factor.

Viewport Mobile
viewport_mobile True boolean

Whether the viewport is mobile.

Viewport Has Touch
viewport_has_touch True boolean

Whether the viewport has touch.

Viewport Landscape
viewport_landscape True boolean

Whether viewport is landscape.

Image Quality
image_quality True integer

The image quality.

Image Width
image_width True integer

The image width.

Image Height
image_height True integer

The image height.

Omit Background
omit_background True boolean

Whether to omit background.

Dark Mode
dark_mode True boolean

Whether in dark mode.

Reduced Motion
reduced_motion True boolean

Whether to reduce motion.

Media Type
media_type True string

The media type.

Hide Selectors
hide_selectors True string

The hide selectors.

Scripts
scripts True string

The scripts.

Scripts Wait Until
scripts_wait_until True string

The scripts wait until.

Styles
styles True string

The styles.

Click
click True string

The click.

Block Cookie Banners
block_cookie_banners True boolean

Whether to block cookie banners.

Block Banners By Heuristics
block_banners_by_heuristics True boolean

Whether to block banners by heuristics.

Block Chats
block_chats True boolean

Whether to block chats.

Block Ads
block_ads True boolean

Whether to block ads.

Block Trackers
block_trackers True boolean

Whether to block trackers.

Block Requests
block_requests True string

The block requests.

Block Resources
block_resources True string

The block resources.

Geolocation Latitude
geolocation_latitude True number

The geolocation latitude.

Geolocation Longitude
geolocation_longitude True number

The geolocation longitude.

Geolocation Accuracy
geolocation_accuracy True integer

The geolocation accuracy.

Country Code
ip_country_code True string

The country code.

Proxy
proxy True string

The proxy.

User Agent
user_agent True string

The user agent.

Authorization
authorization True string

The authorization.

Cookies
cookies True string

The cookies.

Headers
headers True string

The headers.

Time Zone
time_zone True string

The time zone.

Wait Until
wait_until True string

The wait until.

Delay
delay True integer

The delay.

Timeout
timeout True integer

The timeout.

Navigation Timeout
navigation_timeout True integer

The navigation timeout.

Wait for Selector
wait_for_selector True string

The wait for selector.

Cache
cache True boolean

Whether to cache.

Cache TTL
cache_ttl True integer

The cache timeout.

Cache Key
cache_key True integer

The cache key.

Store
store True boolean

Whether to store.

Storage Path
storage_path True string

The storage path.

Storage Bucket
storage_bucket True string

The storage bucket.

Storage Class
storage_class True string

The storage class.

Storage ACL
storage_acl True string

The storage ACL.

Metadata Image Size
metadata_image_size True boolean

Whether metadata has image size.

Ignore Host Errors
ignore_host_errors True boolean

Whether to ignore host errors.

Error on Selector Not Found
error_on_selector_not_found True boolean

Whether to error on selector not found.

Returns

The outputs of this operation are dynamic.
Name Path Type Description
Content Type
$content-type string

The content type.

Content
$content string

The content.