The Disposable Temporary Email API lets you create self-deleting temp emails for quick, secure tasks. Ideal for privacy, spam protection, and one-time sign-ups, it’s an easy way for developers to integrate temp email features.
The Disposable Temporary Email API is a super easy-to-use tool that lets you create temporary email addresses for quick and secure tasks. These emails automatically delete themselves after a short time, so there’s no need to clean them up.
It’s perfect for protecting your privacy, avoiding spam, and handling one-time activities like sign-ups or email verifications. Whether you know it as tempmail, 10minutemail, or throwaway email, this API is a hassle-free way for developers to add temporary email features to their apps or services effortlessly.
This Actor accepts JSON input and performs actions based on the specified action
type.
The input follows this structure:
1{ 2 "action": "getRandomInbox", 3 "email": "example@cloudbinmail.com", 4 "messageId": "12345678-1234-1234-1234-123456789abc" 5}
action
(required): Specifies the action to perform. Supported values:
getRandomInbox
: Get a random temporary email.getInboxMessages
: Retrieve messages from the specified email inbox.deleteInbox
: Delete all messages in the specified inbox.getMessage
: Fetch details of a specific message.deleteMessage
: Delete a specific message.getDomains
: Retrieve a list of available email domains.email
(optional): Required for actions that involve retrieving or deleting messages.messageId
(optional): Needed when fetching or deleting a specific email.Description: Generates a temporary email address with an available domain.
Example Request:
1{ 2 "action": "getRandomInbox" 3}
Example Response:
1{ 2 "status": "ok", 3 "code": 200, 4 "email": "random123@cloudbinmail.com" 5}
Description: Fetches all messages received in the specified inbox.
Example Request:
1{ 2 "action": "getInboxMessages", 3 "code": 200, 4 "email": "example@cloudbinmail.com" 5}
Example Response:
1{ 2 "status": "ok", 3 "code": 200, 4 "msg": "No available emails", 5 "total": 0, 6 "messages": [] 7}
Description: Deletes all messages from the specified email inbox.
Example Request:
1{ 2 "action": "deleteInbox", 3 "email": "example@cloudbinmail.com" 4}
Example Response:
1{ 2 "status": "ok", 3 "code": 200, 4 "msg": "All messages deleted." 5}
Description: Retrieves the content of a specific email message.
Example Request:
1{ 2 "action": "getMessage", 3 "messageId": "12345678-1234-1234-1234-123456789abc" 4}
Example Response:
1{ 2 "status": "ok", 3 "code": 200, 4 "message": { 5 "uid": "14d4-6550-9668-fe2e241bd288a", 6 "recipient": "abc@cloudbinmail.com", 7 "sender": "", 8 "subject": "", 9 "from": { 10 "name": "", 11 "address": "" 12 }, 13 "msg": { 14 "text": "Test first email", 15 "text_formatted": "Test first email<br><br>", 16 "html": "" 17 }, 18 "date": "2025-02-02T19:01:22.000Z", 19 "timestamp": 1738522871 20 } 21}
Description: Deletes a specific email message using its unique ID.
Example Request:
1{ 2 "action": "deleteMessage", 3 "messageId": "12345678-1234-1234-1234-123456789abc" 4}
Example Response:
1{ 2 "status": "ok", 3 "code": 200, 4 "message": "Message deleted" 5}
Description: Retrieves a list of available domains for temporary email addresses.
Example Request:
1{ 2 "action": "getDomains" 3}
Example Response:
1{ 2 "status": "ok", 3 "code": 200, 4 "domains": ["cloudbinmail.com", "", "", ""] 5}
email
or messageId
, so ensure they are provided when necessary.email
Required for 'getInboxMessages' and 'deleteInbox' actions.messageId
required for 'getMessage' and 'deleteMessage' actions.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!