• Why Skopenow?

    People Search

    Our people reports contain contact data, social media data, skip data, and behavioral analytics.

    Business Search

    Our business reports include owner profiles, ratings and reviews, social media profiles, photos, comments, posts, and flags.

    Pre-Check API

    Evaluate and triage investigations at scale.

    Analyst Help

    A human hand for when you need a little help with your case.

  • Solutions

    Insurance

    Skopenow streamlines your due diligence and claims process, freeing time for the actual claims investigation.

    Global Security

    Expedite your threat and risk reporting process for executive protection, ORC investigations, internal & external investigations, vendor due diligence, and info leaks.

    Legal

    Streamline your e-Discovery process. Skopenow can help expedite your jury selection and due-diligence processes by building digital records filled with actionable insight.

    Law Enforcement

    Enhance your intelligence gathering process for investigating organized crime, gang affiliations, and drug trafficking.

    Government

    Increase building, workplace, and personnel safety by turning fragments of social media data into actionable insight.

    Private Investigation

    Automate your social media investigations.

    Media

    Strengthen your online investigative journalism by automating your OSINT searches.

  • Resources

    The Team

    Learn more about the team that makes it happen.

    Careers

    We currently have a handful of open roles, feel free to check them out and apply.

    News

    Stay up to date with insider news and industry content.

    Webinar Series

    Learn about new OSINT tricks and register for all future OSINT webinars.

    OSINT Guides

    FAQ

    You've got questions, we've got answers.

  • Pricing
  • Contact Sales
  • Sign In
  • Request a Trial
  • Why Skopenow?
    • People Search
    • Business Search
    • Pre-Check API
    • Analyst Help
  • Solutions
    • Insurance
    • Global Security
    • Legal
    • Law Enforcement
    • Government
    • Private Investigation
    • Media
  • Resources
    • The Team
    • Careers
    • News
    • Webinar Series
    • OSINT Guides
    • FAQ
  • Pricing
  • Contact Sales
  • Sign In
  • Request a Trial
Close
  • Products
    • People Search
    • Business Search
    • Pre-Check
    • Analyst Help
    • Pricing
    • The Team
    • Careers
    • News
    • FAQ
    • About
    • Insurance
    • Law
    • Private Investigation
    • Global Security
    • Law Enforcement
    • Government
  • Sign in

INTEGRATE SKOPENOW INTO YOUR PLATFORM

With just a few lines of code you can integrate our data into your current workflows or CMS

Visit the Docs

Easy to Integrate

The Skopenow API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, and authentication.

Supported Languages

We currently support PHP, cURL, and node. If you need help with integration questions please contact support@skopenow.com

  • PHP
  • cURL
  • Node
    

      require 'vendor/autoload.php';

      // Create a client to work with Skopenow API
      $skopenow = new GuzzleHttpClient(
          [
              'base_uri' => 'https://api.skopenow.com/v1/',
              'headers' => [
                  'Content-Type' => 'application/json',
                  'x-api-key' => 'API-KEY-HERE',
              ]
          ]
      );
      try {
        // Test Search
        $request = [
          "inputs" => [
            "name" => ["Robert James"],
            "location" => ["Oyster Bay, NY"]
          ],
          "output" => [
            "type" => "json",
            "destination" => "url",
            "url" => "http://requestb.in/123456"
          ]
        ];
        $response = $skopenow->post("search", ['json' => $request]);

        echo $response->getBody();

      } catch (Exception $e) {
        // Failed
        echo $e->getMessage();
      }


    
      

curl -X POST -H "x-api-key: API-KEY-HERE" -H "Content-Type: application/json" -d '{ "inputs" : { "name" : ["Robert James"], "location" : ["Oyster Bay, NY"] }, "output" : { "type" : "json", "destination" : "url", "url": "http://requestb.in/123456" } }' "https://api.skopenow.com/v1/search"
   

var rest = require('restler'); var skopenow = new rest.Service({ baseURL: 'https://api.skopenow.com/v1/', headers: { 'Content-Type': 'application/json', 'x-api-key': 'API-KEY-HERE', } }); // Test Search var request = { "inputs": { "name": ["Robert James"], "location": ["Oyster Bay, NY"] }, "output": { "type": "json", "destination": "url", "url": "http://requestb.in/123456" } }; skopenow.json("POST","search", request).on('success', function(data, response) { // Succeeded console.log(data) }).on('error', function(err, response) { // Failed console.log(err); });
Ready to get started? Sign up for free trial today.
Get Started

Added Benefits

We pride ourselves on quality, speed, and excellent support. Please reach out and let us know how we are doing.

  • Quick Setup

  • Lightning Fast

  • Quality Support

  • News
  • Events
  • About
  • Careers
  • Contact
  • Privacy & Terms