Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Azerbaijani
Size:
100K - 1M
License:
language: | |
- az | |
license: cc-by-nc-4.0 | |
size_categories: | |
- 100K<n<1M | |
task_categories: | |
- text-generation | |
pretty_name: Azerbaijani Google Search Results URLs Dataset | |
dataset_info: | |
features: | |
- name: keyword | |
dtype: string | |
- name: title | |
dtype: string | |
- name: position | |
dtype: int64 | |
- name: url | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 74704338 | |
num_examples: 499824 | |
download_size: 33759995 | |
dataset_size: 74704338 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
tags: | |
- search | |
# Azerbaijani Google Search Results URLs Dataset | |
## Overview | |
The dataset includes multiple entries for each keyword, capturing different URLs and titles that were returned by Google. This allows researchers and developers to easily collect URLs for scraping content related to specific Azerbaijani keywords. | |
## Structure | |
The dataset is structured as follows: | |
| Column Name | Description | | |
|------------------|---------------------------------------------------------| | |
| `keyword` | The search term entered into Google. | | |
| `title` | The title of the webpage as shown in the search results.| | |
| `position` | The position of the URL in the Google search results. | | |
| `url` | The URL of the webpage listed in the search results. | | |
## License | |
This dataset licensed under the CC BY-SA 4.0 license. | |
## Contact | |
For more information, questions, or issues, please contact LocalDoc at [[email protected]]. | |