Rank::Curlie - checking website presence in the Curlie directory (DMOZ analogue)
Curlie Parser Overview
Curlie is the largest and most comprehensive human-edited directory on the web. It is created and maintained by a vast community of volunteer editors from around the world. Formerly known as DMOZ and Open Directory Project (ODP).
Results can be saved in the format and structure that you need, thanks to the built-in powerful Template Toolkit that allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.
Data Collected
Data is collected from the curlie.org service.
- Finding a website in the Curlie directory (DMOZ analogue)
Use Cases
- Checking website presence in the curlie.org directory
Queries
- The list of domains must be specified as queries, for example:
bing.com
learn.javascript.ru
trello.com
ellistalks.com
megastom.ru
Results
- The result displays the domain and its presence (1) or absence (0) in the curlie.org directory:
bing.com : 1
trello.com : 1
megastom.ru: 0
ellistalks.com : 1
learn.javascript.ru : 1
Output Options
CSV Output
Result format:
[% tools.CSVline(query, exists) %]
Example of the result:
"trello.com ",1
"bing.com ",1
"ellistalks.com ",1
"learn.javascript.ru ",1
megastom.ru,0