Thordata Docs
English
English
  • Overview
  • PROXIES
    • Integration Tutorial
      • Residential Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Playwright
        • Puppeteer
        • Selenium
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
        • MuLogin
        • Incogniton
      • ISP Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
      • Datacenter Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
      • Unlimited Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
    • Residential Proxies
      • Getting Started Guide
      • Endpoint Generator
        • User & Pass auth
        • Whitelisted IPs
          • Country Entry
            • Country/Region Entry Node
          • API Link
      • Users
      • Basic Query
      • Location Settings
        • Country / Region
        • City
        • State
      • Session Control
      • Protocols
      • Country/Region list
      • CDKEY Generation and Redemption
    • ISP Proxies
      • Getting Started Guide
    • Datacenter Proxies
      • Getting Started Guide
    • Unlimited Proxy Servers
      • Endpoint Generator
        • User & Pass auth
        • Whitelisted IPs
          • Country Entry
          • API Link
      • Users
      • Country/Region list
  • Scraping
    • SERP API
      • Introduction
      • Quick Start Guide
      • Send Your First Request
      • Query Parameters
        • Google
        • Bing
        • Yandex
        • DuckDuckGo
      • FAQs
    • WEB Scraper API
      • Getting Started Guide
      • API request builder
      • Parameter Description
      • Webhook Integration
      • Amazon S3 Integration
  • Universal Scraping API
    • Quick Start Guide
    • Configuration
    • Parameter Description
  • FREE TOOLS
    • Chrome Extension
      • Tutorial
  • USEFUL LINKS
    • Dashboard Center
  • FAQ
    • Product Problem
      • How do I choose the right proxy package?
      • How to target specific countries/regions?
      • How to target a specific city?
      • What is Unlimited Proxies?
      • Why is it not effective to use our proxies in a fingerprint browser?
        • 1. The proxy does not work at all
        • 2. The results of other detection channels you are using are not the same as the country extracted
        • 3. Your targeted website's detection results are not the same as the country extracted
        • 4. The proxy works, but the IP location randomly jumps to other countries you don't want
    • Payment Problem
      • What payment methods are supported?
      • What should I do if I buy the wrong package?
      • Do you provide refunds for paid services?
      • After payment, how long does it take to receive my agency balance or activate my account?
  • SUPPORT
    • Contact Us
Powered by GitBook
On this page

Was this helpful?

  1. Scraping
  2. WEB Scraper API

Amazon S3 Integration

Amazon S3 Integration Function Description: This function sends the results of a specified Web Scraper API scraping task to Amazon S3.

Integration Function Name: Used to define the name of the integration task. For easier management, it is recommended that you customize the name.

Event Type: You can choose to send data based on a specified task ID, or you can choose to follow a task. Specified Task ID: Send the scraping results based on the task ID. If multiple IDs are needed, use commas (",") to separate them, with a maximum of 10. You can input task IDs for multiple scraping APIs of the same product. Follow Task: Follow the selected task to send the scraping results. After the integration is successfully created, all subsequent scraping results from this tool will be sent unless you turn off or delete the integration task.

Send to Amazon S3 Parameters:

1.Bucket:

Parameter
Name
Description

bucketName

Target Bucket Name

The name of the target Amazon S3 bucket.

targetPath

Target Path

The target location of Amazon S3

fileName

File Name

Used to define the file name, which defaults to the task ID. If you send multiple files after naming, the system will automatically append suffixes like -001, -002, etc. For example: filename-001.json / filename-002.json

2.Authentication Type:

Type
Parameter
Name
Description

Access Key Credentials

awsAccessKey

AWS Access Key

AWS Access Key ID used for authorization of uploads. You can obtain it from AWS Console -> IAM -> Users -> Create User/Select Existing User -> Security Credentials -> Access Keys. It functions similarly to a username.

Access Key Credentials

awsSecretKey

AWS Key

Your AWS Secret Access Key is used to authorize uploads. You can obtain it from AWS Console -> IAM -> Users -> Create User/Select Existing User -> Security Credentials -> Access Keys -> Create Access Key. After creating, the secret access key is shown only once. It functions like a password.

Sua Chave de Acesso Secreta da AWS é usada para autorizar uploads. Você pode obtê-la no Console AWS -> IAM -> Usuários -> Criar Usuário/Selecionar Usuário Existente -> Credenciais de Segurança -> Chaves de Acesso -> Criar Chave de Acesso. Após a criação, a chave secreta é exibida apenas uma vez. Funciona como uma senha.

3.File Format:

Parameter
Name
Description

fileFormat

File Format

The results for Amazon products can be sent in either JSON format or CSV format. The results for YouTube products can only be sent in compressed archive format.

4.Compress Files:

Parameter
Name
Description

compressFiles

Compress File

When selecting this option, please ensure your endpoint supports compressed data.

5.Batch Size:

Parameter
Name
Description

batchSize

Batch size

Batch size is used to determine how many records are sent at a time. The minimum value is 1000.

View the Transferred File: If the status of your integration task shows “Success,” you can go to your Amazon S3 account to view the file. Alternatively, you can access it directly via the link below: https://s3.us-east-2.amazonaws.com/downloaddirectory/your-specified-path/filename

Example: If your specified path is path/to, the file name is 123, and the file format is json, then your access link will be: https://s3.us-east-2.amazonaws.com/downloaddirectory/path/to/123.json

If you need further assistance, please contact us via email at support@thordata.com.

PreviousWebhook IntegrationNextUniversal Scraping API

Last updated 9 days ago

Was this helpful?