parrdarr xileena pansophey

0 views
Skip to first unread message

Carlos Beirise

unread,
Aug 2, 2024, 9:36:43 AM8/2/24
to coftherelea

The MixRank API is a REST interface to much of the data available in MixRank reports. URL endpoints are resource-oriented and all results, including errors, are returned in JSON format. Appropriate HTTP status codes are returned to represent success and error results.

All API endpoints will start with api_key/ followed by a query path. Required parameters (marked in bold) will typically be embedded in the url path segment and optional parameters are appended as query string parameters.

Features or feature IDs are a way to codify a set of properties. For example, the property "currently a software engineer" could be codified by the feature ID 123 or the property "worked at Microsoft" by the feature ID 456, and both can be used to search for people that are currently software engineers or that worked at Microsoft.

Features are categorized by segments and by types within each segment. Currently, the supported segments are persons and companies. Each segment contains features for searching (people or companies) by different criteria. More segments will be added in the future.

Default: 100. Min: 1. Number of feature IDs to return. search Term used for looking up feature IDs. Case insensitive and cannot be longer than 8000 characters. code Parameter used for looking up feature IDs by encoded values.

Features support modifiers and they allow for finer filters. For example, searching for people who previously worked at a company, the past modifier is used. Also this parameter is used for search language proficiency levels as Native or bilingual proficiency.

Default: 100. Min: 1. Max: 2000. Number of person IDs to return. Examples GET Hide GET request to search for people currently working at Microsoft.
/person/segment-preview?query=3096224825841206 GET Hide GET request to search for people that worked at Microsoft.
/person/segment-preview?query=3096229120808502 GET Hide GET request to search for people currently working at Microsoft or any Principal Data Scientist.
/person/segment-preview?query=30962248258412063377699720544340 Audience Segments / Company Segment Query Obtain a list of company IDs by making a GET/POST request for boolean feature queries (see Feature). Instead of immediately returning the results like Company Segment Preview does, a file containing the results is generated which can be downloaded by passing the returned token to the Segment Result endpoint once it is ready, allowing for a larger number of results.

Obtain a list of person IDs by making a GET/POST request for boolean feature queries (see Feature). Instead of immediately returning the results like Person Segment Preview does, a file containing the results is generated which can be downloaded by passing the returned token to the Segment Result endpoint once it is ready, allowing for a larger number of results.

Default: 100. Min: 1. Max: 2000. Number of company IDs to return. Examples GET Hide Endpoint to submit a POST boolean feature query, using the 'query' parameter.
/companies/segment-preview GET Hide GET request to search for companies currently in the industry of IT Services and IT Consulting.
/companies/segment-preview?query=2533274790396000 GET Hide GET request to search for companies that in the past had company type as Self Employed or Self Owned.
/companies/segment-preview?query=39406539689164853940653968916485 GET Hide GET request to search for companies whose headquarters location have ever been in Canada.
/companies/segment-preview?query=3659183287173137 GET Hide GET request to search for companies currently with a number of employees in the range of 51-200 employees and whose past headquarters location was Italy.
/companies/segment-preview?query=4503599627370500,3659178992205929 Companies / Company Segment Query Obtain a list of company IDs by making a GET/POST request for boolean feature queries (see Feature). Instead of immediately returning the results like Company Segment Preview does, a file containing the results is generated which can be downloaded by passing the returned token to the Segment Result endpoint once it is ready, allowing for a larger number of results.

Default: 100. Min: 1. Max: 2000. Number of person IDs to return. Examples GET Hide GET request to search for people currently working at Microsoft.
/person/segment-preview?query=3096224825841206 GET Hide GET request to search for people that worked at Microsoft.
/person/segment-preview?query=3096229120808502 GET Hide GET request to search for people currently working at Microsoft or any Principal Data Scientist.
/person/segment-preview?query=30962248258412063377699720544340 Persons / Person Segment Query Obtain a list of person IDs by making a GET/POST request for boolean feature queries (see Feature). Instead of immediately returning the results like Person Segment Preview does, a file containing the results is generated which can be downloaded by passing the returned token to the Segment Result endpoint once it is ready, allowing for a larger number of results.

Default: 0. Min: 0. Offset the set of results to return. Useful for paging through results. page_size Default: 4. Min: 1. Max: 100. Number of results to return. Response Path Type Summary id int List ID. container str List container. genre str List genre. country str List country. current_rank int The current rank the app is at in this list. highest_rank int The highest rank the app achieved in this list. first_ranked date The date this app first ranked in this list. last_ranked date The date this app last ranked in this list. Examples GET Hide Rankings for Starbucks.
/appstore/apps/331177714/rankings GET Hide Rankings for Starbucks.
/appstore/apps/com.starbucks.mystarbucks/rankings iOS Apps / Rankings History Ranking history for an app in a given ranking list.

Default: 0. Min: 0. Offset the set of results to return. Useful for paging through results. page_size Default: 4. Min: 1. Max: 100. Number of results to return. Response Path Type Summary ranking int The current rank of this app at this time. date datetime When this ranking list was generated by Apple (UTC). Examples GET Hide Rankings history for Shazam in the "Top Free Applications" list in the US.
/appstore/apps/284993459/rankings-history?container=topfreeapplications&genre=ios&country=us GET Hide Rankings history for "Clash of Clans" in the "Top Free Applications" list in the US.
/appstore/apps/com.supercell.magic/rankings-history?container=topfreeapplications&genre=ios&country=us iOS Apps / SDKs SDKs installed in a given app.

Default: 0. Min: 0. Offset the set of results to return. Useful for paging through results. page_size Default: 4. Min: 1. Max: 500. Number of results to return. sort_field Default: version_code_min. Sort the results by the field specified. Sortable fields: version_code_min, version_code_max, name, slug. sort_order Default: desc. Sort the results in the order specified. Sortable directions: asc, desc. Response Path Type Summary name str Name of the SDK. slug str ID of the SDK. upload_date_min date The upload date of the oldest version of the app with this SDK installed. upload_date_max date The upload date of the newest version of the app with this SDK installed. version_code_min int The oldest version of the app we've observed with this SDK. version_code_max int The newest version of the app we've observed with this SDK. currently_installed bool Indicates if the SDK is currently installed in the app. sdk_version str Version of the SDK in use. Examples GET Hide SDKs installed in Instagram.
/appstore/apps/389801252/sdks GET Hide SDKs installed in "Clash of Clans".
/appstore/apps/com.supercell.magic/sdks iOS Apps / Configs Configuration options for iOS apps from embedded info.plist documents.

Default: 0. Min: 0. Offset the set of results to return. Useful for paging through results. page_size Default: 4. Min: 1. Max: 100. Number of results to return. sort_field Default: id. Sort the results by the field specified. Sortable fields: id. sort_order Default: desc. Sort the results in the order specified. Sortable directions: asc, desc. Response Path Type Summary id int Version ID (unique globally). asset_size int Size of IPA in bytes. config_count int Number of Info.plist configs. class_count int Number of classes in binary. resource_count int Number of files in bundle. version_display str Human-friendly version number. release_date date Date this version was released to the store. release_notes str Developer's release notes. Examples GET Hide Versions of Pinterest app.
/appstore/apps/429047995/versions GET Hide Versions of "Clash of Clans" app.
/appstore/apps/com.supercell.magic/versions iOS Apps / In-App Purchases In-App purchases offered by this app.

Default: 0. Min: 0. Offset the set of results to return. Useful for paging through results. page_size Default: 4. Min: 1. Max: 100. Number of results to return. sort_field Default: id. Sort the results by the field specified. Sortable fields: id. sort_order Default: desc. Sort the results in the order specified. Sortable directions: asc, desc. Response Path Type Summary id int In-app purchase ID (unique globally). name str Name of in-app purchase. price_str str String-formatted purchase price of in-app purchase. Examples GET Hide In-app purchases offered by "Minecraft".
/appstore/apps/479516143/iaps GET Hide In-app purchases offered by "Minecraft".
/appstore/apps/com.mojang.minecraftpe/iaps iOS Apps / Reviews User reviews of a given app.

Default: 0. Min: 0. Offset the set of results to return. Useful for paging through results. page_size Default: 4. Min: 1. Max: 100. Number of results to return. sort_field Default: date. Sort the results by the field specified. Sortable fields: date. sort_order Default: desc. Sort the results in the order specified. Sortable directions: desc. Response Path Type Summary id int Review ID. user_id int iTunes user ID. username str iTunes username. rating int Star rating (1-5). version str Version of app the user is reviewing. date date When the user submitted the review. vote_yes int Number of users that voted this review as helpful. vote_no int Number of users that voted this review as unhelpful. title str Title of the review. body str Body of the review. country_id str Country code of the store the user downloaded the app from. Examples GET Hide Reviews of "Minecraft".
/appstore/apps/479516143/reviews GET Hide Reviews of "Minecraft".
/appstore/apps/com.mojang.minecraftpe/reviews iOS Apps / Downloads Download trends for a given app.

90f70e40cf
Reply all
Reply to author
Forward
0 new messages