Listing Enhancements

  1. Home
  2. Products
  3. Listing Enhancements
Boost your listing visibility with premium enhancements

API Rate Limiting for Listing Enhancements

Some of our API calls may be public(requires free API key) , while others requires paid subscription. To maintain our serice levels both public and private API endpoints are ratelimited. Please consult your specific plan that you subscribed to for the rate limit details.

Authenticating with the Listing Enhancements

Currently we support API Key based authentication. Please set your Autorization Bearer request header with value of your API key. Alternatively you can also pass api_key= as a request parameter, though we strongly discourage this mode of passing the key, since it will allow others to see your key.

In curl this would mean sending the Authorization header like below.

            
 curl -i <url> -H "Authorization: Bearer <api_key>"
            
            

If you are using PHP.

            
$authorization = "Authorization: Bearer <api_key>";
$ch = curl_init('<url>'); // Initialise cURL
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json' , $authorization ));
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); // OR GET
$result = curl_exec($ch);
curl_close($ch);
            
            

In javascript you can use headers key to add the authorization header

            
$.ajax({
   url: '<url>'
   type: 'GET',
   contentType: 'application/json'
   headers: {
      'Authorization': 'Bearer <api_key>'
   },
   success: function (result) {
       // CallBack(result);
   },
   error: function (error) {

   }
});
            
            

Listing Enhancements Pricing Plans

Choose the Perfect Plan for Your Needs

We understand that every customer is unique, which is why we offer a variety of pricing plans tailored to fit different needs and budgets. Whether you're a small business owner, a growing startup, or a large enterprise, we have a plan that will provide you with the features and support you need to succeed. Explore our plans below and find the one that's right for you!

Featured Listing - 7 Days

$ 9 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Top placement in category
  • Featured badge
  • Highlighted border
  • 7 days duration
  • Fast support
Get started

Featured Listing - 30 Days

$ 29 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Top placement in category
  • Featured badge
  • Highlighted border
  • 30 days duration
  • Save 25%
  • Fast support
Get started

Custom CTA Button - 30 Days

$ 14 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Custom button text
  • Custom button color
  • Custom destination URL
  • 30 days duration
  • Fast support
Get started

Social Media Links - 30 Days

$ 9 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Twitter/X link
  • LinkedIn link
  • GitHub link
  • Discord link
  • 30 days duration
  • Fast support
Get started

Video Demo - 30 Days

$ 19 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Embedded YouTube/Vimeo video
  • Auto-play on hover
  • Prominent placement
  • 30 days duration
  • Fast support
Get started

Analytics Dashboard - 30 Days

$ 14 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Daily view counts
  • Click-through rates
  • Traffic sources
  • Engagement metrics
  • 30 days duration
  • Fast support
Get started

Verified Badge - 90 Days

$ 49 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Verified checkmark badge
  • Trust indicator
  • Priority in search
  • 90 days duration
  • Fast support
Get started

Visibility Boost Bundle - 30 Days

$ 24 99 /month
  • 1 API Key
  • No setup, or hidden fees
  • Featured listing
  • Custom CTA button
  • Social media links
  • 30 days duration
  • Save 30%
  • Fast support
Get started