Smstome: Get Messages
Smstome via Parse · developer_tools
Get SMS messages received by a specific phone number. Messages are displayed newest to oldest, 10 per page. Use list_phone_numbers first to get the number, sms_id, and country parameters. Returns an empty messages array when no messages exist or for out-of-range pages. Scrape temporary phone numbers and SMS messages from smstome.com. Supports listing countries, browsing phone numbers per country, reading SMS messages, and searching message history by keyword. Fulfilled by Parse from smstome.com.
- developer-tools
- other
- parse
- platform-key
- smstome
- smstome-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9d0f9dc7-f182-4bd8-a1eb-1965e3d0121a/get_messages
- Interface artifact
- sha256:413212c31dcd799f5e7e9eb10e8ca6abcfa440b940d82c5b130291a64b4d4028
- Manifest digest
- sha256:a9a7022420b7675c423ea1b0f0a19e497c1a44affb283d6176a1071fc0a80016
Request fields
- page (integer): Page number for pagination (10 messages per page, newest first).
- number (string, required): Phone number without + prefix (e.g. '3197058045359'). From list_phone_numbers results.
- sms_id (string, required): SMS ID from list_phone_numbers response (e.g. '16709').
- country (string, required): Country slug (e.g. 'poland', 'netherlands').
Example queries
- {"page":"1","number":"3197058045359","sms_id":"16709","country":"netherlands"}