I want to get ( word - explanation) data from a dictionary site with jquery and write it to csv file. Every word has a page, i can extract data from page but data is spread trough urls (/dct/a/1 ..dct/b/2). How should i extract them through urls at once and write them as one line for each ?
$('#name').text();
$('.explanation').text();