{
  "info": {
    "name": "Scrape.Email API",
    "description": "Generated from the Scrape.Email OpenAPI contract. Set the {{apiKey}} collection variable to a bl_live_ key.\n\nWebhook events: search.completed, export.completed, lead.created, enrichment.completed, scrape.job.created, scrape.job.completed, music-promotion.completed, press.completed.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "apiKey",
      "value": "bl_live_replace_me",
      "type": "string"
    },
    {
      "key": "jobId",
      "value": "recXXXXXXXXXXXXXXX",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Account",
      "item": [
        {
          "name": "Create a free account and get an API key",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Alex Morgan\",\n  \"email\": \"alex@company.com\",\n  \"password\": \"at-least-eight-characters\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/register",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "register"
              ]
            },
            "description": "Create a free account and get an API key"
          }
        },
        {
          "name": "Delete this account and all of its data",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/account/delete",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "account",
                "delete"
              ]
            },
            "description": "Delete this account and all of its data"
          }
        },
        {
          "name": "Plan, workspace, and credit balance",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/account",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "account"
              ]
            },
            "description": "Plan, workspace, and credit balance"
          }
        }
      ]
    },
    {
      "name": "Leads",
      "item": [
        {
          "name": "Search and reveal business contacts",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"company\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"domain\": \"\",\n  \"title\": \"\",\n  \"industry\": \"\",\n  \"location\": \"\",\n  \"country\": \"\",\n  \"verification\": \"\",\n  \"minRevenue\": \"\",\n  \"maxRevenue\": \"\",\n  \"linkedin\": \"\",\n  \"techStack\": \"\",\n  \"funding\": \"\",\n  \"trafficGrowth\": \"\",\n  \"hiring\": \"\",\n  \"companyAttributes\": \"\",\n  \"hqLocation\": \"\",\n  \"page\": 1,\n  \"pageSize\": 1,\n  \"quantity\": 1,\n  \"hasEmail\": false,\n  \"hasPhone\": false,\n  \"hasLinkedIn\": false,\n  \"hasCompany\": false,\n  \"hasDomain\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/leads/search",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "leads",
                "search"
              ]
            },
            "description": "Search and reveal business contacts"
          }
        },
        {
          "name": "Export matched leads as CSV",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"company\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"domain\": \"\",\n  \"title\": \"\",\n  \"industry\": \"\",\n  \"location\": \"\",\n  \"country\": \"\",\n  \"verification\": \"\",\n  \"minRevenue\": \"\",\n  \"maxRevenue\": \"\",\n  \"linkedin\": \"\",\n  \"techStack\": \"\",\n  \"funding\": \"\",\n  \"trafficGrowth\": \"\",\n  \"hiring\": \"\",\n  \"companyAttributes\": \"\",\n  \"hqLocation\": \"\",\n  \"page\": 1,\n  \"pageSize\": 1,\n  \"quantity\": 1,\n  \"hasEmail\": false,\n  \"hasPhone\": false,\n  \"hasLinkedIn\": false,\n  \"hasCompany\": false,\n  \"hasDomain\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/leads/export",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "leads",
                "export"
              ]
            },
            "description": "Export matched leads as CSV"
          }
        },
        {
          "name": "List saved leads",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/leads/saved?page=1&pageSize=100&status=Saved&campaignId=",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "leads",
                "saved"
              ],
              "query": [
                {
                  "key": "page",
                  "value": "1"
                },
                {
                  "key": "pageSize",
                  "value": "100"
                },
                {
                  "key": "status",
                  "value": "Saved"
                },
                {
                  "key": "campaignId",
                  "value": ""
                }
              ]
            },
            "description": "List saved leads"
          }
        }
      ]
    },
    {
      "name": "Compliance",
      "item": [
        {
          "name": "Read the do-not-contact list",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/suppressions?limit=500",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "suppressions"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": "500"
                }
              ]
            },
            "description": "Read the do-not-contact list"
          }
        },
        {
          "name": "Add one or many suppressions",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"\",\n  \"reason\": \"\",\n  \"source\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/suppressions",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "suppressions"
              ]
            },
            "description": "Add one or many suppressions"
          }
        },
        {
          "name": "Remove a suppression",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/suppressions?email=",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "suppressions"
              ],
              "query": [
                {
                  "key": "email",
                  "value": ""
                }
              ]
            },
            "description": "Remove a suppression"
          }
        }
      ]
    },
    {
      "name": "Verification",
      "item": [
        {
          "name": "Verify one or many email addresses",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/verify",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "verify"
              ]
            },
            "description": "Verify one or many email addresses"
          }
        }
      ]
    },
    {
      "name": "Enrichment",
      "item": [
        {
          "name": "Enrich public URLs into contact routes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/enrichment",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "enrichment"
              ]
            },
            "description": "Enrich public URLs into contact routes"
          }
        }
      ]
    },
    {
      "name": "Instant Scrape",
      "item": [
        {
          "name": "List recent scrape jobs",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/scrape/jobs",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "scrape",
                "jobs"
              ]
            },
            "description": "List recent scrape jobs"
          }
        },
        {
          "name": "Queue an Instant Scrape job",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"\",\n  \"datasetId\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/scrape/jobs",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "scrape",
                "jobs"
              ]
            },
            "description": "Queue an Instant Scrape job"
          }
        },
        {
          "name": "Job progress and results",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/scrape/jobs/{{jobId}}?offset=0&limit=200",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "scrape",
                "jobs",
                "{jobId}"
              ],
              "query": [
                {
                  "key": "offset",
                  "value": "0"
                },
                {
                  "key": "limit",
                  "value": "200"
                }
              ]
            },
            "description": "Job progress and results"
          }
        },
        {
          "name": "Export job results as CSV",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              }
            ],
            "url": {
              "raw": "https://www.scrape.email/api/v1/scrape/jobs/{{jobId}}/export",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "scrape",
                "jobs",
                "{jobId}",
                "export"
              ]
            },
            "description": "Export job results as CSV"
          }
        }
      ]
    },
    {
      "name": "Music Promotion",
      "item": [
        {
          "name": "Search music-promotion contacts",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"source\": \"\",\n  \"query\": \"\",\n  \"category\": \"\",\n  \"contactMethod\": \"\",\n  \"country\": \"\",\n  \"stateRegion\": \"\",\n  \"city\": \"\",\n  \"organization\": \"\",\n  \"genre\": \"\",\n  \"audienceMarket\": \"\",\n  \"curator\": \"\",\n  \"qualificationStatus\": \"\",\n  \"confidence\": \"\",\n  \"emailDomain\": \"\",\n  \"emailEvidence\": \"\",\n  \"origin\": \"\",\n  \"market\": \"\",\n  \"hasSocial\": false,\n  \"qualityTier\": \"\",\n  \"page\": 1,\n  \"pageSize\": 1,\n  \"quantity\": 1\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/music-promotion/search",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "music-promotion",
                "search"
              ]
            },
            "description": "Search music-promotion contacts"
          }
        },
        {
          "name": "Export music-promotion contacts as CSV",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"source\": \"\",\n  \"query\": \"\",\n  \"category\": \"\",\n  \"contactMethod\": \"\",\n  \"country\": \"\",\n  \"stateRegion\": \"\",\n  \"city\": \"\",\n  \"organization\": \"\",\n  \"genre\": \"\",\n  \"audienceMarket\": \"\",\n  \"curator\": \"\",\n  \"qualificationStatus\": \"\",\n  \"confidence\": \"\",\n  \"emailDomain\": \"\",\n  \"emailEvidence\": \"\",\n  \"origin\": \"\",\n  \"market\": \"\",\n  \"hasSocial\": false,\n  \"qualityTier\": \"\",\n  \"page\": 1,\n  \"pageSize\": 1,\n  \"quantity\": 1\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/music-promotion/export",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "music-promotion",
                "export"
              ]
            },
            "description": "Export music-promotion contacts as CSV"
          }
        }
      ]
    },
    {
      "name": "Press",
      "item": [
        {
          "name": "Search press and journalist contacts",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"query\": \"\",\n  \"category\": \"\",\n  \"outletType\": \"\",\n  \"country\": \"\",\n  \"contactMethod\": \"\",\n  \"emailStatus\": \"\",\n  \"emailEvidence\": \"\",\n  \"source\": \"\",\n  \"page\": 1,\n  \"pageSize\": 1,\n  \"quantity\": 1\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/press/search",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "press",
                "search"
              ]
            },
            "description": "Search press and journalist contacts"
          }
        },
        {
          "name": "Export press contacts as CSV",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{apiKey}}"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"query\": \"\",\n  \"category\": \"\",\n  \"outletType\": \"\",\n  \"country\": \"\",\n  \"contactMethod\": \"\",\n  \"emailStatus\": \"\",\n  \"emailEvidence\": \"\",\n  \"source\": \"\",\n  \"page\": 1,\n  \"pageSize\": 1,\n  \"quantity\": 1\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://www.scrape.email/api/v1/press/export",
              "host": [
                "https://www.scrape.email"
              ],
              "path": [
                "api",
                "v1",
                "press",
                "export"
              ]
            },
            "description": "Export press contacts as CSV"
          }
        }
      ]
    }
  ]
}