13 lines
538 B
JSON
13 lines
538 B
JSON
|
|
{
|
||
|
|
"list_link_xpath": "//a[contains(@class,'tool-link')]/@href",
|
||
|
|
"fields": {
|
||
|
|
"name": "//h1/text()",
|
||
|
|
"summary": "//meta[@name='description']/@content",
|
||
|
|
"official_url": "//a[contains(@class,'visit-official')]/@href",
|
||
|
|
"logo_url": "//meta[@property='og:image']/@content",
|
||
|
|
"pricing_type": "//span[@data-field='pricing']/text()",
|
||
|
|
"platform": "//span[@data-field='platform']/text()",
|
||
|
|
"language": "//span[@data-field='language']/text()",
|
||
|
|
"description": "//article[contains(@class,'tool-content')]//text()"
|
||
|
|
}
|
||
|
|
}
|