Questions tagged [content-grabber]

Content Grabber is a technology used for web data extraction and web automation. It can extract content from websites and save it as structured data in Excel, JSON, XML, CSV and most databases formats.

Content Grabber is a technology used for web data extraction and web automation. It can extract content from websites and save it as structured data in Excel, JSON, XML, CSV and most databases formats. See more info at http://www.contentgrabber.com.

3 questions
1
vote
4 answers

Regex replace space with

I have a block of code that is scraping a very poorly formatted price. I want to just use regular expressions to clean it up. They are sending $ 3 58 I want to remove the $ and space and replace the space in between dollars and cents with a . so I…
personalt
  • 564
  • 8
  • 18
0
votes
1 answer

Using Php how to get Javascript Object Value

its javascript code from another website var images = { article_id : '1111', channel : '$11111', image_license : 'https://website.com/test', name : 'numbers" } Using Php how to get the value of the image _license ( https://website.com/test ) the…
0
votes
2 answers

How can I call a javascript function using C# in Content Grabber?

I am trying to call a Javascript function using C# in Content Grabber. (Content Grabber is a web scraping software). The Javascript code is this: $.definePage({ idRecaptcha: null, init: function() {}, carregarReCaptcha: function() { …