JsonExport LogoJsonExport
Back to All Datasets
Salesforce Test Payload

Mock Salesforce Account Export JSON

A mock JSON payload simulating a Salesforce REST API response for Accounts, including sub-queries for Contacts and Opportunities. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this Salesforce JSON to Excel or CSV

Instantly flatten and preview these records in multi-column tables. Auto-unwinds nested objects without writing Python or Power Query.

100% Client-Side in Your Browser (Zero Data Upload)
Convert to Excel
salesforce-account-export-mock.json
{
  "totalSize": 2,
  "done": true,
  "records": [
    {
      "attributes": {
        "type": "Account",
        "url": "/services/data/v58.0/sobjects/Account/001XXX0000001"
      },
      "Id": "001XXX0000001",
      "Name": "Acme Corp",
      "Industry": "Manufacturing",
      "AnnualRevenue": 50000000,
      "Contacts": {
        "totalSize": 2,
        "done": true,
        "records": [
          {
            "attributes": {
              "type": "Contact",
              "url": "/services/data/v58.0/sobjects/Contact/003XXX0000001"
            },
            "Id": "003XXX0000001",
            "FirstName": "John",
            "LastName": "Smith",
            "Title": "CEO"
          }
        ]
      },
      "Opportunities": {
        "totalSize": 1,
        "done": true,
        "records": [
          {
            "attributes": {
              "type": "Opportunity",
              "url": "/services/data/v58.0/sobjects/Opportunity/006XXX0000001"
            },
            "Id": "006XXX0000001",
            "Name": "Acme Q3 Order",
            "StageName": "Closed Won",
            "Amount": 150000
          }
        ]
      }
    }
  ]
}

Payload Size

1,161 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)