Onclusive is the data science company for marketing and communications. We provide Media Monitoring services underpinned by our proprietary, global news crawler, which captures over 6 million pieces of digital content daily, as well as digital, newswire, print, broadcast and radio coverage.
The Social Media Counts Sample dataset consists of article urls published in a given time period (2019/10/1 - 2019/10/5) and the number of Facebook likes each article received.
Onclusive is the data science company for marketing and communications. We provide Media Monitoring services underpinned by our proprietary, global news crawler, which captures over 6 million pieces of digital content every day. We provide the most comprehensive media coverage available, including digital, newswire, print, broadcast and radio coverage. Onclusive PR Analytics provide brands with visibility into earned media performance. We invented PR Attribution (TM) , enabling brands to understand earned media ROI.
The Onclusive Social Media Counts Sample dataset consists of article urls published in a given time period (2019/10/1 - 2019/10/5) and the number of Facebook likes each article received.
Files are JSONL and gzipped, Athena-compatible
field
type
description
example
url
string
canonical url of article
"https://foo.com/news/2019/10/some-article"
fb_likes
int
number of Facebook likes
479
date
string
date of article publication
"2019-10-01"
Steps to access social counts data via Amazon Athena:
Download the data set to your S3 bucket.
Set all required IAM permissions for Athena.
You can run following DDL to create Athena Table.
CREATE EXTERNAL TABLE <table_name> (
url string,
facebook_likes int,
date string
)
ROW FORMAT SERDE 'org.openx.data.jsonserde.JsonSerDe'
LOCATION '<Your S3 Bucket>';
Sample Queries:
SELECT date, count(*)
FROM <table_name>
GROUP BY date
LIMIT 10;
SELECT *
FROM <table_name>
LIMIT 10;
-- Top 10 URL with most facebook likes --
SELECT url, sum(facebook_likes) AS facebook_likes
FROM <table_name>
WHERE date >= 'from_date'
AND date < 'to_date'
GROUP BY url
ORDER BY facebook_likes DESC
LIMIT 10;
Access real-time vendor security and compliance information through their Trust Center powered by Drata or Vanta. Review certifications and security standards before purchase.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
This listing is a free sample offering with a single pricing dimension billed in units. There are no tiers, instance sizes, or paid add-ons to choose from. You access the sample at no cost, so pricing does not scale with usage or commitment. This sample provides a preview of the vendor's social media data. To move beyond the sample into a full data or platform arrangement, you contact the vendor directly, as those options are not sold through this Marketplace listing.
Top-of-mind questions for buyers
What does the free "Units" dimension actually give me access to?
This dimension provides a sample of the vendor's social media count data at no cost. It is a preview offering, not the full data feed or platform. You are not charged as usage grows, since the sample is free and does not meter volume.
What happens to my cost if I use the sample more heavily?
Nothing changes. The sample is billed at no cost, so there is no threshold, overage point, or tier boundary that triggers a charge. Cost does not scale with the number of counts you access or how often you query the sample.
How do I move from the free sample to a full data arrangement?
The full media data feeds and social listening platform are not sold through this Marketplace listing. You contact the vendor directly to arrange enterprise data integration or platform access. This sample serves only as a preview of the underlying social media count data.
onclusive.com+1
Helpful?
Vendor refund policy
No refunds
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
50% of small businesses and startups do not precisely understand what their audience needs. Starting with the business idea, you don’t always know what exact business model to choose, what are potential risks and pitfalls, how to ensure monetization and test your product at the lowest cost. The project discovery phase conducted on time gives thoroughness to each stage of development.