This repository contains the evaluation results of our study, as well as datasets and model checkpoints.
For a detailed overview regarding the provided materials, please refer to README.md.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The data.gov.ie API
Data.gov.ie is built using CKAN v2.2 (link is external), which provides a powerful API that allows developers to retrieve datasets, groups or other CKAN objects and search for datasets. There is full documentation (link is external) available for the CKAN API online.
Example API Calls
Get JSON-formatted lists of a site’s datasets or other CKAN objects: data.gov.ie/api/3/action/package_list data.gov.ie/api/3/action/tag_list Get a full JSON representation of a dataset, resource or other object: data.gov.ie/api/3/action/package_show?id=the-walled-towns-of-ireland data.gov.ie/api/3/action/tag_show?id=marine Search for packages or resources matching a query: data.gov.ie/api/3/action/package_search?q=museum data.gov.ie/api/3/action/resource_search?query=name:The%20Walled%20Towns%20of%20Ireland
More information at https://data.gov.ie/developers
This repository contains the datasets and evaluation results of our study.
For a detailed overview regarding the provided materials, please refer to README.md.
Point locations depicting the location of grassroots projects that focus on either the arts, education, environment, history, public safety, place-making, community building or recreation. These projects have successfully applied for and recieved a neighbourhood fund matching grant.For more information please visit http://www.waterloo.ca/en/living/neighbourhoodmatchingfund.asp.
Match Point S R L Company Export Import Records. Follow the Eximpedia platform for HS code, importer-exporter records, and customs shipment details.
Match Masters Limited Company Export Import Records. Follow the Eximpedia platform for HS code, importer-exporter records, and customs shipment details.
Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
League of Legends Match Data
A comprehensive dataset collection and processing system for League of Legends match data using the Riot Games API.
📊 Data Structure
Match-Level Fields
match_id: Unique match identifier game_duration: Match duration in seconds queue_id: Game queue type (filtered to 420 for ranked solo/duo)
Player-Level Fields
Basic Information
summoner_name: Player's summoner name summoner_id: Unique summoner identifier… See the full description on the dataset page: https://huggingface.co/datasets/BoostedJonP/league_of_legends_match_data.
BigBox API provides reliable, real-time Home Depot product, category, reviews, and offers data. All data includes comprehensive coverage of each of the search results in a cleanly structured output.
You can originate your request from any zip code (US) to see results as they would appear to customers in the specified location i.e. shipping info. BigBox APIs high-capacity, global infrastructure assures you the highest level of performance and reliability. For easy integration with your Home Depot data apps and services, data is delivered in JSON or CSV format.
Data is retrieved by search term, search results page URL, or for single products, by the Home Depot item ID or by global identifiers such as GTIN, ISBN, UPC and EAN. GTIN-based requests work by looking up the GTIN/ISBN/UPC on Home Depot first, then retrieving the product details for the first matching item ID.
So what's in the data from BigBox API?
Product: - Item & parent ID - UPC - Store SKU - In-store bay &/or aisle - Product specifications - Description - Imagery - Product videos - Buy Box winner: price and fulfillment info - Rating & reviews count - Descriptive attributes
Search results: - Product details per search result: - Position - Related queries - Pagination - Facets
How can BigBox API be used? - Product listing management - Price monitoring - Category & product trends monitoring - Market research & competitor intelligence - Location-specific shipping data - Rank tracking on Home Depot
...and more, depending on your request parameters or the search result.
Who uses BigBox API? This data is leveraged by software developers, marketers & business owners, sales & business development teams, researchers, and data analysts & engineers, in ecommerce, other retail business, agencies and SaaS platforms.
Anyone in your organization who works with your digital presence can develop business intelligence and strategy using this advanced product data.
Use our trusted SportMonks Football API to build your own sports application and be at the forefront of football data today.
Our Football API is designed for iGaming, media, developers and football enthusiasts alike, ensuring you can create a football application that meets your needs.
Over 20,000 sports fanatics make use of our data. We know what data works best for you, so we ensured that our Football API has all the necessary tools you need to create a successful football application.
Livescores and schedules Our Football API features extremely fast livescores and up-to-date season schedules, meaning your app will be the first to notify its customers about a goal scored. This also works to further improve the look and feel of your website.
Statistics and line-ups We offer various kinds of football statistics, ranging from (live) player statistics to team, match and season statistics. And that’s not all - we also provide pre-match lineups for all important leagues.
Coverage and historical data Our Football API covers over 1,200 leagues, all managed by our in-house scouts and data platform. That means there’s up to 14 years of historical data available.
Bookmakers and odds Build your football sportsbook, odds comparison or betting portal with our pre-match and in-play odds collated from all major bookmakers and markets.
TV Stations and highlights Show your customers where the football games are broadcasted and provide video highlights of major match events.
Standings and topscorers Enhance your football website with standings and live standings, and allow your customers to see the top scorers and what the season's standings are.
Match Industrial Limited Company Export Import Records. Follow the Eximpedia platform for HS code, importer-exporter records, and customs shipment details.
🇦🇺 Australia English Search API for looking up addresses and roads within the catchment. The api can search for both address and road, or either. This dataset is updated weekly from VicMap Roads and Addresses, sourced via www.data.vic.gov.au. # Use The Search API uses a data.gov.au datastore and allows a user to take full advantage of full test search functionality. An sql attribute is passed to the URL to define the query against the API. Please note that the attribute must be URL encoded. The sql statement takes for form as below: SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('[term]', ' ', ' %26 ')) LIMIT 10
The above will select the top 10 results from the API matching the input 'term', and return the display name as well as an x and y coordinate. The full URL for the above query would be: https://data.gov.au/api/3/action/datastore_search_sql?sql=SELECT display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('[term]', ' ', ' %26 ')) LIMIT 10)
# Fields Any field in the source dataset can be returned via the API. Display, x and y are used in the example above, but any other field can be returned by altering the select component of the sql statement. See examples below. # Filters Search data sources and LGA can also be used to filter results. When not using a filter, the API defaults to using all records. See examples below. ## Source Dataset A filter can be applied to select for a particular source dataset using the 'src' field. The currently available datasets are as follows: - 1 for Roads - 2 for Address - 3 for Localities - 4 for Parcels (CREF and SPI) - 5 for Localities (Propnum) ## Local Government Area Filters can be applied to select for a specific local government area using the 'lga_code' field. LGA codes are derrived from Vicmap LGA datasets. Wimmeras LGAs include: - 332 Horsham Rural City Council - 330 Hindmarsh Shire Council - 357 Northern Grampians Shire Council - 371 West Wimmera Shire Council - 378 Yarriambiack Shire Council # Examples Search for the top 10 addresses and roads with the word 'darlot' in their names: SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('darlot', ' ', ' & ')) LIMIT 10)
example Search for all roads with the word 'perkins' in their names: SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('perkins', ' ', ' %26 ')) AND src=1
example Search for all addresses with the word 'kalimna' in their names, within Horsham Rural City Council: SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('kalimna', ' ', ' %26 ')) AND src=2 and lga_code=332
example Search for the top 10 addresses and roads with the word 'green' in their names, returning just their display name, locality, x and y: SELECT distinct display, locality, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('green', ' ', ' %26 ')) LIMIT 10
example Search all addresses in Hindmarsh Shire: SELECT distinct display, locality, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE lga_code=330
example
Success.ai’s Company Data Solutions provide businesses with powerful, enterprise-ready B2B company datasets, enabling you to unlock insights on over 28 million verified company profiles. Our solution is ideal for organizations seeking accurate and detailed B2B contact data, whether you’re targeting large enterprises, mid-sized businesses, or small business contact data.
Success.ai offers B2B marketing data across industries and geographies, tailored to fit your specific business needs. With our white-glove service, you’ll receive curated, ready-to-use company datasets without the hassle of managing data platforms yourself. Whether you’re looking for UK B2B data or global datasets, Success.ai ensures a seamless experience with the most accurate and up-to-date information in the market.
API Features:
Why Choose Success.ai’s Company Data Solution? At Success.ai, we prioritize quality and relevancy. Every company profile is AI-validated for a 99% accuracy rate and manually reviewed to ensure you're accessing actionable and GDPR-compliant data. Our price match guarantee ensures you receive the best deal on the market, while our white-glove service provides personalized assistance in sourcing and delivering the data you need.
Why Choose Success.ai?
Our database spans 195 countries and covers 28 million public and private company profiles, with detailed insights into each company’s structure, size, funding history, and key technologies. We provide B2B company data for businesses of all sizes, from small business contact data to large corporations, with extensive coverage in regions such as North America, Europe, Asia-Pacific, and Latin America.
Comprehensive Data Points: Success.ai delivers in-depth information on each company, with over 15 data points, including:
Company Name: Get the full legal name of the company. LinkedIn URL: Direct link to the company's LinkedIn profile. Company Domain: Website URL for more detailed research. Company Description: Overview of the company’s services and products. Company Location: Geographic location down to the city, state, and country. Company Industry: The sector or industry the company operates in. Employee Count: Number of employees to help identify company size. Technologies Used: Insights into key technologies employed by the company, valuable for tech-based outreach. Funding Information: Track total funding and the most recent funding dates for investment opportunities. Maximize Your Sales Potential: With Success.ai’s B2B contact data and company datasets, sales teams can build tailored lists of target accounts, identify decision-makers, and access real-time company intelligence. Our curated datasets ensure you’re always focused on high-value leads—those who are most likely to convert into clients. Whether you’re conducting account-based marketing (ABM), expanding your sales pipeline, or looking to improve your lead generation strategies, Success.ai offers the resources you need to scale your business efficiently.
Tailored for Your Industry: Success.ai serves multiple industries, including technology, healthcare, finance, manufacturing, and more. Our B2B marketing data solutions are particularly valuable for businesses looking to reach professionals in key sectors. You’ll also have access to small business contact data, perfect for reaching new markets or uncovering high-growth startups.
From UK B2B data to contacts across Europe and Asia, our datasets provide global coverage to expand your business reach and identify new...
All of the data used on the Finder.HealthCare.gov web application is available through this API. There are multiple collections of data available through the API.
1. Public Options Data - This data set includes Medicaid, CHIP, High Risk and Territory data along with all of the other public options available. The appropriate options are returned based on the criteria submitted in the API call.
2. Individual and Family Health Insurance Options Data - Paginated individual and family health insurance plan data, a subset of the full plan data including pricing, is returned for plans that match the criteria submitted in the API call for available plans. Full plan data is returned when a specific plan is requested with all appropriate criteria.
3. Small Group Insurance Options Data - Paginated Small Group health insurance product data, a subset of the full product data including pricing, is returned for products that match the criteria submitted in the API call for available products. Full product data is returned when a specific product is requested with all appropriate criteria.
Success.ai’s LinkedIn Data Solutions offer unparalleled access to a vast dataset of 700 million public LinkedIn profiles and 70 million LinkedIn company records, making it one of the most comprehensive and reliable LinkedIn datasets available on the market today. Our employee data and LinkedIn data are ideal for businesses looking to streamline recruitment efforts, build highly targeted lead lists, or develop personalized B2B marketing campaigns.
Whether you’re looking for recruiting data, conducting investment research, or seeking to enrich your CRM systems with accurate and up-to-date LinkedIn profile data, Success.ai provides everything you need with pinpoint precision. By tapping into LinkedIn company data, you’ll have access to over 40 critical data points per profile, including education, professional history, and skills.
Key Benefits of Success.ai’s LinkedIn Data: Our LinkedIn data solution offers more than just a dataset. With GDPR-compliant data, AI-enhanced accuracy, and a price match guarantee, Success.ai ensures you receive the highest-quality data at the best price in the market. Our datasets are delivered in Parquet format for easy integration into your systems, and with millions of profiles updated daily, you can trust that you’re always working with fresh, relevant data.
API Integration: Our datasets are easily accessible via API, allowing for seamless integration into your existing systems. This ensures that you can automate data retrieval and update processes, maintaining the flow of fresh, accurate information directly into your applications.
Global Reach and Industry Coverage: Our LinkedIn data covers professionals across all industries and sectors, providing you with detailed insights into businesses around the world. Our geographic coverage spans 259M profiles in the United States, 22M in the United Kingdom, 27M in India, and thousands of profiles in regions such as Europe, Latin America, and Asia Pacific. With LinkedIn company data, you can access profiles of top companies from the United States (6M+), United Kingdom (2M+), and beyond, helping you scale your outreach globally.
Why Choose Success.ai’s LinkedIn Data: Success.ai stands out for its tailored approach and white-glove service, making it easy for businesses to receive exactly the data they need without managing complex data platforms. Our dedicated Success Managers will curate and deliver your dataset based on your specific requirements, so you can focus on what matters most—reaching the right audience. Whether you’re sourcing employee data, LinkedIn profile data, or recruiting data, our service ensures a seamless experience with 99% data accuracy.
Key Use Cases:
Eximpedia Export import trade data lets you search trade data and active Exporters, Importers, Buyers, Suppliers, manufacturers exporters from over 209 countries
Eximpedia Export import trade data lets you search trade data and active Exporters, Importers, Buyers, Suppliers, manufacturers exporters from over 209 countries
Makepasi Match Limited Company Export Import Records. Follow the Eximpedia platform for HS code, importer-exporter records, and customs shipment details.
http://dcat-ap.ch/vocabulary/licenses/terms_byhttp://dcat-ap.ch/vocabulary/licenses/terms_by
Die beiden Dateien Rollmaterial und Jahresformation beinhalten beide den Fahrzeugtyp. Mithilfe der Liste können diese beiden Dateien zusammen verknüpft werden
Sun Match Co Private Limited Company Export Import Records. Follow the Eximpedia platform for HS code, importer-exporter records, and customs shipment details.
Global trade data of Match under 58062090, 58062090 global trade data, trade data of Match from 80+ Countries.
This repository contains the evaluation results of our study, as well as datasets and model checkpoints.
For a detailed overview regarding the provided materials, please refer to README.md.