Academics & Researchers FAQ

Frequently Asked Questions for academics and researchers using CrowdTangle.

C
Written by Christina Fan
Updated over a week ago

Important Update to CrowdTangle | March 2024: CrowdTangle will no longer be available after August 14, 2024. Please see our FAQ for more information.


Data

Q. What data does CrowdTangle track?

A. Read this article for information on the data that CrowdTangle tracks.

Q. Does CrowdTangle include any deleted content?

A. No.

Q. How do I add a new page or group to the CrowdTangle database?

Q. How should I cite CrowdTangle data, or describe it in an article I’m writing?

A. This article contains information about how to cite and describe CrowdTangle data.

Q. I added a new page to CrowdTangle -- why can't I see the historical data yet?

A. It can take up to 48 hours to pull in all the historical data for a page or group that was just added to the system. Please come back to your query in 48 hours and check again.

Q. Why can I see metrics on posts from the time a Page was created, but can't see Page Likes from that same time period?

A. CrowdTangle can only track Page Likes starting when the Page was added to our system. You might see Post metrics that go further back than Page Likes for this reason.

Q. How can I share my data with other researchers for validation or replication?

A. Please do not share CrowdTangle data with people outside your university research team (or NGO, if you are in a research NGO). If you want to make information publicly accessible, you're welcome to post the Page or Group IDs of the Pages and Groups that you studied, so that others can recreate your List in CrowdTangle and pull the same dataset. 

Q. If an account is deleted from Facebook, what happens to its interactions on posts in CrowdTangle?

A. Once an account is deleted from Facebook, interactions from the account will be deleted as well, and any posts with which the account interacted will be updated in CrowdTangle to reflect that. Any posts made by the account will be deleted.

Q. How can I track interactions over time?

A. Intelligence will let you track the number of interactions on Posts over time. This means that we group the interactions by the date the Post was made -- NOT the date the interaction was made. To track interactions on the dates that they were made, either use the Post Time-Series data, or, view a graph by week in the List Leaderboard.

Q. What languages can I search within images text?

A. The following languages are supported for image text search:

Arabic

Bengali

Burmese

Czech

Danish

Dutch

English

Finnish

French

German

Greek

Gujarati

Hebrew

Hindi

Hungarian

Indonesian

Italian

Japanese

Kannada

Korean

Malay

Malayalam

Marathi

Norwegian

Polish

Portuguese

Punjabi

Romanian

Russian

Simplified Chinese

Spanish

Swahili

Swedish

Tamil

Telugu

Thai

Traditional Chinese

Turkish

Urdu

Vietnamese

Posts

Q. How can I see incremental change in a post’s interactions over time?

A. To see how a post’s interactions have changed over time, click the inverted carat on the upper-right-hand corner of the post, and click “download CSV”. This will show you the timesteps and corresponding change in interaction rates in an Excel CSV file. Note that we can only track this data once the page/group has been added to CrowdTangle -- we can't track time-series growth for posts made before we started tracking the account.

Q. How can I see how many times a keyword has been mentioned in the CrowdTangle database?

A. To see how many times a keyword has been mentioned, set up a Saved Search with your parameters. Then, navigate to the leaderboard in the Saved Search. This will show you how many posts each source has made with that keyword within the time period your search is set for. 

Q. How often is the data on Posts refreshed?

A. We refresh the data for Facebook and Instagram Posts about once every 15 minutes. You can see the exact breakdown of timesteps in the Codebook.

Q. Is there a limit to how many Posts I can download in a CSV?

A. You can download a maximum of 10,000 Posts in a CSV from a Dashboard. If you export a CSV from the Historical Data tool (accessible via Dashboards), you can get up to 300,000 posts. You can perform a maximum of 100 download requests per day.

Q. Can I download the entire text of a Post in a CSV?

A. The text of the Post will truncate at about 5000 characters.

Search

Q. Why is my Search for URLs with a query string truncating after the question mark?

A. We don't automatically track query URLs. This article explains how to ensure that query URLs will surface within Search, but unfortunately, this won't work using Link Search in Chrome Extension. You can now force query URLs to be supported in the /links API using the SearchField parameter.

Q. How can I convert a Saved Search, or a result from the new Search surface, into a List?

A. To convert any search results into a List, download a CSV of the results, and Batch Upload the Facebook IDs of the accounts as a new List in the Dashboard. If you get any errors from the Batch Upload, just manually add the URLs for those pages into the list.

 

API

Read the API cheat sheet for an overview of endpoints and API best practices.
 
Q. Why don’t I have access to the Posts/Search API even though I have API access enabled?

A. Posts/Search is the only API endpoint we don’t activate by default, because it’s a heavier call than all the others.

Q. Why is it taking so long for the API to load data, and how can I make sure that CrowdTangle doesn’t crash for everyone while I’m using the API?

A. If you are not setting start and end date parameters, it takes our system much longer, and takes more energy, to query the database. A call should take about 10 seconds for very long queries, and with data parameters, should only take in the hundreds of milliseconds. Set date parameters to speed up your call, and to make sure CrowdTangle stays available for everyone!

Q. Can I do a weighted search with the Posts/Search endpoint? 

A. No. The Search endpoint operates similarly to the Historical Data download in the UI, wherein you can’t weight or set very granular parameters. If you want to pull in data from a weighted search using the API, create the search using Saved Search in the UI, and then pull from that search by putting the search ID into the /Posts endpoint.

Q. What is the maximum number of Posts that the API will return per query?

A. All API endpoints will time out after 10,000 posts. We recommend slicing your query by time to make sure that you don't miss any Posts.

Q. Can I get time-series data for a single post in the API?

A. Yes. Just use the includeHistory parameter, set to "true."
​ 

Did this answer your question?