Smstome: Search Messages
Smstome via Parse · developer_tools
Search for messages matching any query on a specific phone number. Scans through multiple pages looking for messages where the sender or message content contains the search term (case-insensitive). Results are returned newest to oldest. Scanning stops when max_pages is reached or no more messages exist. 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
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9d0f9dc7-f182-4bd8-a1eb-1965e3d0121a/search_messages
- Interface artifact
- sha256:966647686324b7e72974ac1c94b96e52045a41d6659f5bded6a3999f21c8886e
- Manifest digest
- sha256:ca29de767458aedc569d24caff3525a31d49755258f5f8f39418d7066d069304
Request fields
- query (string, required): Search term to match against sender name or message content (case-insensitive).
- number (string, required): Phone number without + prefix. From list_phone_numbers results.
- sms_id (string, required): SMS ID from list_phone_numbers response.
- country (string, required): Country slug (e.g. 'poland', 'netherlands').
- max_pages (integer): Maximum number of pages to scan (10 messages per page).
- start_page (integer): Page to start scanning from (1 = newest messages).
Example queries
- {"query":"signal","number":"3197058045359","sms_id":"16709","country":"netherlands","max_pages":"3","start_page":"1"}