Automatically uploads URLs to Dropbox. Use an API to upload information to Dropbox from URLs, text content or base64.
Apify act for uploading files to Dropbox.
It is capable of uploading a file accessible at a URL or by setting its contents as text or base64.
INPUT EXAMPLES
Uploading a file from URL
1{ 2 "accessToken": "DROPBOX_TOKEN", // dropbox access token 3 "filePath": "DROPBOX_FILE_PATH", // path on dropbox to save the file to 4 "fileUrl": "FILE_TO_UPLOAD" // url to get the file from 5}
Uploading a file as text
1{ 2 "accessToken": "DROPBOX_TOKEN", // dropbox access token 3 "filePath": "DROPBOX_FILE_PATH", // path on dropbox to save the file to 4 "fileContents": "FILE_CONTENTS" // contents of the file as text 5}
Uploading a file as base64
1{ 2 "accessToken": "DROPBOX_TOKEN", // dropbox access token 3 "filePath": "DROPBOX_FILE_PATH", // path on dropbox to save the file to 4 "fileBase64": "FILE_CONTENTS" // contents of the file as base64 5}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!