Integrating AWS S3 to Skraper will let you directly export results to your AWS S3 buckets.
First of all, you need to create an IAM user in AWS S3 and provide access to the bucket you want to integrate with Skraper. So follow these step to create an IAM user and get its Access Key ID and Secret Access Key:
Go to https://console.aws.amazon.com/iam/
In the navigation pane, choose Users and then choose Add user.
Input User name, choose Programmatic access for Access type:
Press Next: Permissions button -> go to Set permissions for <User name you entered> screen.
Now, choose Attach existing policies directly -> filter policy type s3, then check AmazonS3FullAccess:
Press Next: Review:
Press Create user:
Press Download .csv for {Access Key ID, Secret Access Key}.
Now you have the Access Key ID and Secret Access Key, go to the Integrations page on the Skraper dashboard and click Integrate on the AWS S3 card. Enter the details click Save.
That's all. Now, you can export your job results directly to your AWS S3 bucket!
If you have any questions, feel free to reach us via email or live chat on the dashboard.